diff --git a/views/default.handlebars b/views/default.handlebars index 2ed6ac5d..c2c80d0c 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -3605,9 +3605,11 @@ x += "Password: "; x += ""; x += "Password:"; + x += ""; + x += "Password Hint:"; x += '
'; - x += ''; - x += ''; + x += ''; + x += ''; x += '

'; setDialogMode(2, "Change Password", 0, null, x); account_validateDeleteAccount(); diff --git a/views/login.handlebars b/views/login.handlebars index 8882417a..3dff6623 100644 --- a/views/login.handlebars +++ b/views/login.handlebars @@ -41,15 +41,15 @@ - + - + - +
Username:Username:
Password:Password:
@@ -59,7 +59,7 @@