diff options
Diffstat (limited to 'rpki/gui/app/templates/registration/password_reset_email.html')
-rw-r--r-- | rpki/gui/app/templates/registration/password_reset_email.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rpki/gui/app/templates/registration/password_reset_email.html b/rpki/gui/app/templates/registration/password_reset_email.html new file mode 100644 index 00000000..0c4a5672 --- /dev/null +++ b/rpki/gui/app/templates/registration/password_reset_email.html @@ -0,0 +1,2 @@ +Someone asked for password reset for email {{ email }}. Follow the link below: +{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb36=uid token=token %} |