We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0881ed commit 4549a02Copy full SHA for 4549a02
1 file changed
docs/configuration.rst
@@ -122,6 +122,9 @@ Template Paths
122
``SECURITY_RESET_PASSWORD_TEMPLATE`` Specifies the path to the template for
123
the reset password page. Defaults to
124
``security/reset_password.html``.
125
+``SECURITY_CHANGE_PASSWORD_TEMPLATE`` Specifies the path to the template for
126
+ the change password page. Defaults to
127
+ ``security/change_password.html``.
128
``SECURITY_SEND_CONFIRMATION_TEMPLATE`` Specifies the path to the template for
129
the resend confirmation instructions
130
page. Defaults to
0 commit comments