From 81de10b70c85c5222b17d8c4358a8aa8812f2559 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Fri, 18 Nov 2022 08:28:15 -0700 Subject: Migration reset, start of docs, env vars --- templates/auth/login.html | 1 + templates/auth/perform_reset_success.html | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'templates/auth') diff --git a/templates/auth/login.html b/templates/auth/login.html index b3b0a05..80b003b 100644 --- a/templates/auth/login.html +++ b/templates/auth/login.html @@ -12,6 +12,7 @@ {% endfor %}
+ Forgot Password
diff --git a/templates/auth/perform_reset_success.html b/templates/auth/perform_reset_success.html index 001e5d7..3f5125a 100644 --- a/templates/auth/perform_reset_success.html +++ b/templates/auth/perform_reset_success.html @@ -1,13 +1,14 @@ {% extends "base.html" %} -{% block title %}Password Reset{% endblock %} +{% block title %}Password Set{% endblock %} {% block content %}
- Password Reset + Password Set

- Your password for {{ email }} has been reset! + Your password for {{ email }} has been set. You can + now login.

-- cgit v1.2.3