mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-25 10:33:45 +03:00
Added FAQ issue.
This commit is contained in:
parent
97dbb528a2
commit
af9dcbd79b
|
@ -17,7 +17,12 @@ FAQ
|
|||
djang-allauth https://github.com/pennersr/django-allauth/blob/master/allauth/account/views.py#L190
|
||||
|
||||
|
||||
2. How can I update UserProfile assigned to User model?
|
||||
2. I get an error: Reverse for 'password_reset_confirm' not found.
|
||||
|
||||
You need to add `password_reset_confirm` url into your ``urls.py`` (at the top of any other included urls). Please check the ``urls.py`` module inside demo app example for more details.
|
||||
|
||||
|
||||
3. How can I update UserProfile assigned to User model?
|
||||
|
||||
Assuming you already have UserProfile model defined like this
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user