diff options
Diffstat (limited to 'gn2/wqflask/templates/email')
-rw-r--r-- | gn2/wqflask/templates/email/forgot_password.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gn2/wqflask/templates/email/forgot_password.txt b/gn2/wqflask/templates/email/forgot_password.txt new file mode 100644 index 00000000..e7d1389b --- /dev/null +++ b/gn2/wqflask/templates/email/forgot_password.txt @@ -0,0 +1,5 @@ +Sorry to hear you lost your GeneNetwork password. + +To reset your password please click the following link, or cut and paste it into your browser window: + +{{ url_for_hmac("password_reset", code = verification_code, _external=True )}} |