Ticket #15949: ticket-15949.diff

File ticket-15949.diff, 588 bytes (added by Horst Gutmann <zerok@…>, 13 years ago)
  • docs/topics/auth.txt

    diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt
    index 12d538f..629cc82 100644
    a b includes a few other useful built-in views located in  
    983983
    984984.. function:: password_reset_done(request[, template_name])
    985985
    986     The page shown after a user has reset their password.
     986    The page shown after a user has been emailed a link to reset their
     987    password. This view is called by default if the view :func:`password_reset`
     988    doesn't have an explicit ``post_reset_redirect`` URL set.
    987989
    988990    **Optional arguments:**
    989991
Back to Top