mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-07-04 19:23:05 +03:00
Merge 4d0f41096d
into cdd04aa9be
This commit is contained in:
commit
2c1256bf0c
|
@ -61,6 +61,11 @@ Registration
|
|||
|
||||
- key
|
||||
|
||||
.. note:: If you set account email verification as mandatory, you have to add the VerifyEmailView with the used `name`.
|
||||
You need to import the view: ``from rest_auth.registration.views import VerifyEmailView``. Then add the url with the corresponding name:
|
||||
``url(r'^rest-auth/account-confirm-email/', VerifyEmailView.as_view(), name='account_email_verification_sent')`` to the urlpatterns list.
|
||||
|
||||
|
||||
|
||||
Social Media Authentication
|
||||
---------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user