Ticket #21726: 21726.diff

File 21726.diff, 711 bytes (added by Tim Graham, 10 years ago)
  • docs/topics/auth/customizing.txt

    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:  
    505505
    506506        .. note::
    507507
    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.
    510511
    511512    .. attribute:: is_active
    512513
Back to Top