aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/templates/emails/forgot-password.txt
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-08-19 17:01:03 -0500
committerFrederick Muriuki Muriithi2024-08-19 17:01:03 -0500
commit1c2db3df6d8417cb927e0b47774dcdd6397f5469 (patch)
tree89cdc187e01d3c426db7323e288dddd7fc4c3a58 /gn_auth/templates/emails/forgot-password.txt
parente686d9be8b4d78bcc7348323f0ddc45f5548178d (diff)
downloadgn-auth-1c2db3df6d8417cb927e0b47774dcdd6397f5469.tar.gz
Generate token and send out "Forgot Password" email
* Generate token to use for verifying the password-change request * Send out email with token
Diffstat (limited to 'gn_auth/templates/emails/forgot-password.txt')
-rw-r--r--gn_auth/templates/emails/forgot-password.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/gn_auth/templates/emails/forgot-password.txt b/gn_auth/templates/emails/forgot-password.txt
new file mode 100644
index 0000000..7eda908
--- /dev/null
+++ b/gn_auth/templates/emails/forgot-password.txt
@@ -0,0 +1,10 @@
+{{subject}}
+===============
+
+You (or someone pretending to be you) made a request to change your password. Please copy the link below onto your browser to change your password:
+
+{{forgot_password_uri}}
+
+If you did not request to change your password, simply ignore this email.
+
+The link will expire {{expiration_minutes}} minutes.