diff options
author | Hao Chen | 2020-04-22 08:24:16 -0500 |
---|---|---|
committer | Hao Chen | 2020-04-22 08:24:16 -0500 |
commit | 2f58b4d9989cd319cca86b24edcc6eaa45a49c7b (patch) | |
tree | 293cdde096632a304aa9e02b1e5e133cf71e4008 /templates | |
parent | dae63118271428a08efc402cb57ffc95c5f0a856 (diff) | |
download | genecup-2f58b4d9989cd319cca86b24edcc6eaa45a49c7b.tar.gz |
minor ui tweaks
Diffstat (limited to 'templates')
-rw-r--r-- | templates/signin.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/signin.html b/templates/signin.html index cf5f486..99c0d75 100644 --- a/templates/signin.html +++ b/templates/signin.html @@ -23,7 +23,7 @@ <button type="submit" class="btn btn-primary btn-block">Sign in</button> </div> </form> - If you forgot your password, you can <a href = "mailto: hakan@uthsc.edu">send email</a> us to get a new one. Please use your e-mail in the system. You can send to hakan@uthsc.edu + Please make sure you backup your password. To ensure security, your actual password is not saved in our database. Thus we have limited ability to reset your password. If you need to recovery your account, please <a href = "mailto: hakan@uthsc.edu">contact us</a>. We'll need the email address you used to create the account. </td> </tr> </table> @@ -32,4 +32,4 @@ -{% endblock %}
\ No newline at end of file +{% endblock %} |