EuroPython/discord

Support re-joining the server

Open

#189 opened on 2025年4月9日

GitHub で見る
 (1 comment) (1 reaction) (0 assignees)Python (13 forks)auto 404
enhancementgood first issueregistration

Repository metrics

Stars
 (12 stars)
PR merge metrics
 (PR metrics pending)

説明

From a post-conference support request at EP2024: A user left the server after the conference, but wanted to re-join to access some shared URLs.

Requirement

Users shall be able to re-join the server with the same ticket details and the same Discord account.

Suggested implementation

We currently store a list of all tickets used for registration to prevent multiple users from registering with the same ticket.

Let's add the Discord account ID to these records, and only prevent re-registrations with different account IDs.

コントリビューターガイド