Skip to content

Commit af9dcbd

Browse files
committed
Added FAQ issue.
1 parent 97dbb52 commit af9dcbd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/faq.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ FAQ
1717
djang-allauth https://github.com/pennersr/django-allauth/blob/master/allauth/account/views.py#L190
1818

1919

20-
2. How can I update UserProfile assigned to User model?
20+
2. I get an error: Reverse for 'password_reset_confirm' not found.
21+
22+
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.
23+
24+
25+
3. How can I update UserProfile assigned to User model?
2126

2227
Assuming you already have UserProfile model defined like this
2328

0 commit comments

Comments
 (0)