We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d37cfd commit b2c43dfCopy full SHA for b2c43df
docs/topics/auth.txt
@@ -907,7 +907,7 @@ includes a few other useful built-in views located in
907
:file:`registration/password_reset_email.html` if not supplied.
908
909
* ``password_reset_form``: Form that will be used to set the password.
910
- Defaults to ``SetPasswordForm``.
+ Defaults to :class:`~django.contrib.auth.forms.PasswordResetForm`.
911
912
* ``token_generator``: Instance of the class to check the password. This
913
will default to ``default_token_generator``, it's an instance of
0 commit comments