diff --git a/breccia_mapper/templates/registration/login.html b/breccia_mapper/templates/registration/login.html index 9da2b5d..e60e34b 100644 --- a/breccia_mapper/templates/registration/login.html +++ b/breccia_mapper/templates/registration/login.html @@ -11,5 +11,6 @@ {% endbuttons %} +
Forgot your password? Reset it here.
{% endblock %} \ No newline at end of file diff --git a/breccia_mapper/templates/registration/password_reset_complete.html b/breccia_mapper/templates/registration/password_reset_complete.html new file mode 100644 index 0000000..5ff1a12 --- /dev/null +++ b/breccia_mapper/templates/registration/password_reset_complete.html @@ -0,0 +1,8 @@ +{% extends 'base.html' %} +{% load bootstrap4 %} + +{% block content %} +Your password has been successfully reset. You can now log in using it.
+{% endblock %} \ No newline at end of file diff --git a/breccia_mapper/templates/registration/password_reset_confirm.html b/breccia_mapper/templates/registration/password_reset_confirm.html new file mode 100644 index 0000000..3032bc8 --- /dev/null +++ b/breccia_mapper/templates/registration/password_reset_confirm.html @@ -0,0 +1,24 @@ +{% extends 'base.html' %} +{% load bootstrap4 %} + +{% block content %} +{% if validlink %} + +That link isn't valid - has it already been used? You can request a new link here.
+ +{% endif %} + +{% endblock %} \ No newline at end of file diff --git a/breccia_mapper/templates/registration/password_reset_done.html b/breccia_mapper/templates/registration/password_reset_done.html new file mode 100644 index 0000000..3150c32 --- /dev/null +++ b/breccia_mapper/templates/registration/password_reset_done.html @@ -0,0 +1,8 @@ +{% extends 'base.html' %} +{% load bootstrap4 %} + +{% block content %} +We've emailed you instructions for how to reset your password.
+{% endblock %} \ No newline at end of file diff --git a/breccia_mapper/templates/registration/password_reset_form.html b/breccia_mapper/templates/registration/password_reset_form.html new file mode 100644 index 0000000..8aa034d --- /dev/null +++ b/breccia_mapper/templates/registration/password_reset_form.html @@ -0,0 +1,15 @@ +{% extends 'base.html' %} +{% load bootstrap4 %} + +{% block content %} +