-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collect user's email #19
Comments
I feel like this is maybe unnecessary since the user's name/discriminator is/can be collected. If an admin needed to reach out it would probably be best to do so within the discord ecosystem rather than exposing a user's or admin's personal information. |
Yes, one of the selling points of Discord over other services is email and IP privacy. This site already blurs the line on the latter because nothing stops the server owner from, for example, logging IPs. I think this would work better with #18, so one can add a question asking for email, and any good faith appeal could put in an email. Another reason for not collecting the email from OAuth is that the user might not want to use their main Discord account email, because it could be on an inbox they don't check regularly for example. Of course, the peak would be for this system to automatically send emails on approved appeals and never directly expose them to the owner/mods, but it would quickly kill the easy to setup and free to host aspect of this project (would need a database, a service to send emails, etc.) |
@sylveon Ill have to double-check since it's been a while since I've worked on it, but the ReactJS take on your app that I've published (jcsumlin/discord-ban-appeal) DM's the banned user (or tries to) once the ban appeal has been approved. |
Didn't think of that, genius! |
Ok |
Add option to collect also user's email from Discord oauth. Then staff will be able to reply to the appeal to user's email. Replying to email is better for staff than sending friend requests and waiting for approval ...
The text was updated successfully, but these errors were encountered: