-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Add canonical e-mail blocks for suspended accounts #16049
Conversation
ok, if this is bound to an actual account, maybe we don't need to hash the address? |
Meh, I like the hash. Maybe it will replace keeping the user record on suspended accounts in perpetuity. |
Prevent new accounts from being created using the same underlying e-mail as a suspended account using extensions and period permutations. Stores e-mails as a SHA256 hash
1f276c1
to
0a52597
Compare
Hey, |
@anghenfil Many email providers, such as gmail, do not distinguish between |
@nightpool yes, some/many, but not all. Personally I only know this behaviour from gmail. I think it's not a good idea to risk overblocking. |
You're free to remove the restriction on your own server. |
Wow, did you know you can have a second email address? :D |
If someone tries to get a new mastodon account they could just use a temporary email address or a new email address. I don't think using canonical email blocks will result in fewer new accounts from a banned person. It will just affect innocent people since especially big email provider have many really similar email addresses. I don't think "You're free to remove the restriction on your own server." helps, since new users mostly don't choose their instance based on an instance setting ... Best |
Prevent new accounts from being created using the same underlying e-mail as a suspended account using extensions and period permutations. Stores e-mails as a SHA256 hash
Prevent new accounts from being created using the same underlying e-mail as a suspended account using extensions and period permutations. Stores e-mails as a SHA256 hash