-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Reset password #21
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
Reset password #21
Conversation
This probably needs a bit more work; even if I don't have a mail server configured this offers to send me a mail and doesn't even error when it fails to do so. |
This is standard django functionality. All my pull request is doing is linking this from the Login page. See here ... https://docs.djangoproject.com/en/dev/topics/auth/#django.contrib.auth.views.password_reset ... any suggestions as to what to actually do in the case of a missing email config are welcome, but they would likely require changes to django itself, unless we re-implement this same functionality on our own? |
I just made this StackOverflow post to address this question: |
Seb, Im planning to get to that one here asap, but my strategy was Im not sure if the code in django-registration handles for when mails On Tue, Jul 12, 2011 at 2:12 PM, sbenthall
|
IMO, if StackO gives any answers, then it would be worth implementing them. Otherwise, I think it would be right to pull this in lest the perfect be the enemy of the good. |
There's some relevant discussion on http://dev.geonode.org/trac/ticket/869 |
There was an answer in: Basically said it is the admin's fault, not the user's. |
I am +1 on getting this one as is. There is the same problem with registration at the moment and instructions to set up the email gateway in the settings. |
Playback tool fix
Organizations
Implemented the reset password link