Software /
code /
prosody-modules
Changeset
3383:39d48f8bc5b2
mod_password_reset: Adjust form slightly after user testing
Now mother-in-law approved.
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 22 Nov 2018 23:34:08 +0000 |
parents | 3382:7fc0200183c1 |
children | 3384:4321c71cc535 |
files | mod_password_reset/password_reset/password_reset.html |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_password_reset/password_reset/password_reset.html Thu Nov 22 23:31:17 2018 +0000 +++ b/mod_password_reset/password_reset/password_reset.html Thu Nov 22 23:34:08 2018 +0000 @@ -18,7 +18,7 @@ <div class="panel-body" style="padding: 20px"> - <p>Please enter a new password.</p> + <p>Please enter a new password for your account.</p> <form method="post" class="form-horizontal"> <div class="form-group" style="margin-right: 0px;"> @@ -34,9 +34,9 @@ name="password" class="form-control" autocomplete="new-password" - placeholder="new password" minlength="{min_password_length}" > + <span class="form-text text-muted">Enter a new secure password for your account.</span> </div> </div> <input type="hidden" name="token" value="{token}">