summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt
index 2862b4c04c..228f53ba2b 100644
--- a/docs/topics/auth.txt
+++ b/docs/topics/auth.txt
@@ -964,6 +964,12 @@ includes a few other useful built-in views located in
generating the email with the new password. This will default to
:file:`registration/password_reset_email.html` if not supplied.
+ * ``subject_template_name``: The full name of a template to use for
+ the subject of the email with the new password. This will default
+ to :file:`registration/password_reset_subject.txt` if not supplied.
+
+ .. versionadded:: 1.4
+
* ``password_reset_form``: Form that will be used to set the password.
Defaults to :class:`~django.contrib.auth.forms.PasswordResetForm`.