diff --git a/docs/topics/auth/customizing.txt b/docs/topics/auth/customizing.txt
index bdb5b19..a65d498 100644
a
|
b
|
password resets. You must then provide some key implementation details:
|
505 | 505 | |
506 | 506 | .. note:: |
507 | 507 | |
508 | | ``REQUIRED_FIELDS`` must contain all required fields on your User |
509 | | model, but should *not* contain the ``USERNAME_FIELD``. |
| 508 | ``REQUIRED_FIELDS`` must contain all required fields on your |
| 509 | ``User`` model, but should *not* contain the ``USERNAME_FIELD`` or |
| 510 | ``password`` as these fields will always be prompted for. |
510 | 511 | |
511 | 512 | .. attribute:: is_active |
512 | 513 | |