-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
(BUG?) Password reset statistics #3509
Comments
Password resets trigger calls to one of:
So, you could override the adapter |
If you're worried about sending too many of these mails, the password reset view is rate limited. You might want to tighten the rate limits. |
Is it possible to disable this feature? It might be good UX but it is in Europe against GDPR laws. It would be nice, if we could disable this in the settings. If it is not possible, where would you disable this at all for non registered users? ALso in the send_mail() method? EDIT: I ended up with this:
|
IANAL, but I doubt this to be true. I can signup on any EU site using your email address, and all those sites will all send you an unsolicited (confirmation) email, and you cannot prevent this. So yes, you can trick a system into sending an email to somebody that did not ask for it. How are you going to prevent that? Having said that, given that people feel strongly about this there is some work ongoing in this area here: #3528 |
Hi,
I want to log how many password reset emails are send per day.
(Because I guess there are some bots sending password resets all the time, but I am not sure).
The text was updated successfully, but these errors were encountered: