Fixed #21726 -- Clarified that password should not be included in REQUIRED_FIELDS.
Thanks russellm for the report.
This commit is contained in:
parent
03395b4277
commit
6f06c749b7
|
@ -505,8 +505,9 @@ password resets. You must then provide some key implementation details:
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
``REQUIRED_FIELDS`` must contain all required fields on your User
|
``REQUIRED_FIELDS`` must contain all required fields on your
|
||||||
model, but should *not* contain the ``USERNAME_FIELD``.
|
``User`` model, but should *not* contain the ``USERNAME_FIELD`` or
|
||||||
|
``password`` as these fields will always be prompted for.
|
||||||
|
|
||||||
.. attribute:: is_active
|
.. attribute:: is_active
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue