django-class-based-auth-views icon indicating copy to clipboard operation
django-class-based-auth-views copied to clipboard

Implement forgot password views

Open blanchardjeremy opened this issue 13 years ago • 6 comments

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

blanchardjeremy avatar Jan 25 '12 21:01 blanchardjeremy

@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.

sebpiq avatar Feb 09 '12 18:02 sebpiq

@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 ?

sebpiq avatar Feb 09 '12 18:02 sebpiq

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.

blanchardjeremy avatar Feb 09 '12 18:02 blanchardjeremy

Cool ! Looking forward to see that. You should take a look at what @greysteil did (if you havent' implemented everything yet).

sebpiq avatar Feb 09 '12 18:02 sebpiq

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!)

greysteil avatar Mar 06 '12 09:03 greysteil

see #3

stefanfoulis avatar Apr 29 '14 12:04 stefanfoulis