Fixed #12895 - Fixed typo in auth docs. Thanks Timo.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12457 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2010-02-21 23:37:35 +00:00
parent 0d37cfdc05
commit b2c43df84f
1 changed files with 1 additions and 1 deletions

View File

@ -907,7 +907,7 @@ includes a few other useful built-in views located in
:file:`registration/password_reset_email.html` if not supplied.
* ``password_reset_form``: Form that will be used to set the password.
Defaults to ``SetPasswordForm``.
Defaults to :class:`~django.contrib.auth.forms.PasswordResetForm`.
* ``token_generator``: Instance of the class to check the password. This
will default to ``default_token_generator``, it's an instance of