django-class-based-auth-views
django-class-based-auth-views copied to clipboard
Implement forgot password views
It would be great if you implemented the forgot password views. See here: https://code.djangoproject.com/browser/django/trunk/django/contrib/auth/views.py#L127
@stefanfoulis : yeah ! We want more ! We want more !
No seriously, I'd really need all auth views as CBVs. I simply don't have time to help right now, but I'd love to see that implemented. And I'll come back to help if I do have time in near future.
@greysteil : I've seen you forked and implemented logout, and password_reset views !!! What's their status ? Don't you want to submit a pull request ?
I've also implemented auth views in a package I will be releasing in the next month as part of a "drop in auth extension" that takes care of a bunch of user/authentication type things. I still encourage others to write some auth views in this package, though! Or we can take the best from both of our packages and cross-pollinate our work. :) Keep an eye out on my account for a published package soon.
Cool ! Looking forward to see that. You should take a look at what @greysteil did (if you havent' implemented everything yet).
Hey, sorry, have been away. The password reset views and the logout view were finished last month, and I just submitted a pull request. (I'm new to github, so don't completely know what I'm doing... Let me know when I'm making mistakes!)
see #3