diff options
Diffstat (limited to 'templates/signup.html')
-rw-r--r-- | templates/signup.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/signup.html b/templates/signup.html index b3cb061..795b620 100644 --- a/templates/signup.html +++ b/templates/signup.html @@ -26,9 +26,10 @@ <button type="submit" class="btn btn-primary btn-block">Sign Up</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 + <font color="#E74C3C"><strong>Please make sure you backup your password.</strong></font>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> </td> </tr> </table> -{% endblock %}
\ No newline at end of file +{% endblock %} |