Ticket #12895: 12895.diff

File 12895.diff, 637 bytes (added by Tim Graham, 14 years ago)
  • docs/topics/auth.txt

     
    907907          :file:`registration/password_reset_email.html` if not supplied.
    908908
    909909        * ``password_reset_form``: Form that will be used to set the password.
    910           Defaults to ``SetPasswordForm``.
     910          Defaults to :class:`~django.contrib.auth.forms.PasswordResetForm`.
    911911
    912912        * ``token_generator``: Instance of the class to check the password. This
    913913          will default to ``default_token_generator``, it's an instance of
Back to Top