Ticket #12895: 12895.diff
File 12895.diff, 637 bytes (added by , 15 years ago) |
---|
-
docs/topics/auth.txt
907 907 :file:`registration/password_reset_email.html` if not supplied. 908 908 909 909 * ``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`. 911 911 912 912 * ``token_generator``: Instance of the class to check the password. This 913 913 will default to ``default_token_generator``, it's an instance of