Skip to content

Commit

Permalink
Updated documentation adding success_url_name configuration for Recov…
Browse files Browse the repository at this point in the history
…er view.
  • Loading branch information
honi committed Apr 11, 2014
1 parent 79ffe35 commit 4efb12e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/views.rst
Expand Up @@ -33,6 +33,10 @@ Attributes
* ``form_class``: the form to use for validating the user. Default:
``password_reset.forms.PasswordRecoveryForm``.

* ``success_url_name``: the name of the URL to redirect to after sending the
recovery email. Change it if you don't use the provided URLconf. Defaults to
``password_reset_sent``.

* ``template_name``: defaults to ``password_reset/recovery_form.html``.

* ``email_template_name``: the template to use for sending the reset link by
Expand Down

0 comments on commit 4efb12e

Please sign in to comment.