Password rest for non default User Model
Hi,
I have a user table that is not the default Django's User model. This table contains a list of users and their profiles for an API service that I host using Django/tastypie for a mobile app.
They do have access to the portal that is built using Django.
I'm trying to implement password reset for these mobile users. Is it possible to leverage on contrib.auth.views.password_reset but on a different table? Looking at code, it seems that is possible to do so by passing my own password_reset_form that use my own users table for mobile users?
Thanks!
-- You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home