@@ -1079,6 +1079,13 @@ Confirmable
10791079 Sets the subject for the email confirmation message.
10801080
10811081 Default: ``_("Please confirm your email") ``.
1082+ .. py :data :: SECURITY_EMAIL_TEMPLATE_CONFIRM
1083+
1084+ Specifies the path to the template for the email send confirmation instructions.
1085+
1086+ Default: ``"confirmation_instructions" ``.
1087+
1088+ .. versionadded :: 5.9.0
10821089.. py :data :: SECURITY_CONFIRM_ERROR_VIEW
10831090
10841091 Specifies the view to redirect to if a confirmation error occurs.
@@ -1253,6 +1260,14 @@ Recoverable
12531260
12541261 Default: ``_("Password reset instructions") ``.
12551262
1263+ .. py :data :: SECURITY_EMAIL_TEMPLATE_PASSWORD_RESET
1264+
1265+ Specifies the path to the template for the email send password reset instructions.
1266+
1267+ Default: ``"reset_instructions" ``.
1268+
1269+ .. versionadded :: 5.9.0
1270+
12561271.. py :data :: SECURITY_EMAIL_SUBJECT_PASSWORD_NOTICE
12571272
12581273 Sets subject for the password notice.
@@ -1273,6 +1288,13 @@ Change-Email
12731288 Sets the subject for the change email confirmation email.
12741289
12751290 Default: ``_("Confirm your new email address") ``.
1291+ .. py :data :: SECURITY_CHANGE_EMAIL_EMAIL_TEMPLATE
1292+
1293+ Specifies the path to the template for the change email email instructions.
1294+
1295+ Default: ``"change_email_instructions" ``.
1296+
1297+ .. versionadded :: 5.9.0
12761298.. py :data :: SECURITY_CHANGE_EMAIL_TEMPLATE
12771299
12781300 Specifies the path to the template for the change email page.
0 commit comments