diff options
Diffstat (limited to 'gn_auth/templates/emails/forgot-password.html')
-rw-r--r-- | gn_auth/templates/emails/forgot-password.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gn_auth/templates/emails/forgot-password.html b/gn_auth/templates/emails/forgot-password.html index 18321d5..e40ebb8 100644 --- a/gn_auth/templates/emails/forgot-password.html +++ b/gn_auth/templates/emails/forgot-password.html @@ -26,5 +26,13 @@ <p style="font-weight: bold;color: #ee55ee;"> The link will expire in <strong>{{expiration_minutes}}</strong> minutes. </p> + + <hr /> + <p> + <small> + Note that if you requested to change your password multiple times, only + the latest/newest token will be valid. + </small> + </p> </body> </html> |