mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-25 10:33:45 +03:00
Merge pull request #235 from syamvilakudy/patch-1
Added missing variable "token"
This commit is contained in:
commit
4246511fb1
|
@ -35,6 +35,7 @@ Basic
|
||||||
- new_password1
|
- new_password1
|
||||||
- new_password2
|
- new_password2
|
||||||
- old_password
|
- old_password
|
||||||
|
- token
|
||||||
|
|
||||||
|
|
||||||
.. note:: ``OLD_PASSWORD_FIELD_ENABLED = True`` to use old_password.
|
.. note:: ``OLD_PASSWORD_FIELD_ENABLED = True`` to use old_password.
|
||||||
|
@ -48,6 +49,7 @@ Basic
|
||||||
- first_name
|
- first_name
|
||||||
- last_name
|
- last_name
|
||||||
- email
|
- email
|
||||||
|
- token
|
||||||
|
|
||||||
|
|
||||||
Registration
|
Registration
|
||||||
|
|
Loading…
Reference in New Issue
Block a user