EuroPython/discord

Support re-joining the server

Open

#189 创建于 2025年4月9日

在 GitHub 查看
 (1 评论) (1 反应) (0 负责人)Python (13 fork)auto 404
enhancementgood first issueregistration

仓库指标

Star
 (12 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南