Commit 49c116f1 authored by Jannis Leidel's avatar Jannis Leidel
Browse files

[1.1.X] Fixed #12895 - Fixed typo in auth docs. Thanks Timo.

Backported from r12457.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12477 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 77192eb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -868,7 +868,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