diff options
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | templates/web/base/report/new/form_user_loggedout_by_email.html | 2 | ||||
-rw-r--r-- | templates/web/bromley/report/new/form_user_loggedout_by_email.html | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 96f46d223..19768b2db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ - Show all fixed issues when staff user uses map page filter #2176 - Allow any user who can see private checkbox to use it. - Prevent dupliate category listing on /my. + - Hide password help field along with other similar. #2185 - Open311 improvements: - CLOSED status maps to 'closed' state if extended statuses are enabled. - Development improvements: diff --git a/templates/web/base/report/new/form_user_loggedout_by_email.html b/templates/web/base/report/new/form_user_loggedout_by_email.html index b633c4843..7bf1f5fdd 100644 --- a/templates/web/base/report/new/form_user_loggedout_by_email.html +++ b/templates/web/base/report/new/form_user_loggedout_by_email.html @@ -34,7 +34,7 @@ <input class="green-btn js-submit_register" type="submit" name="submit_register" value="[% loc('Submit') %]"> </div> - <div class="general-notes"> + <div class="general-notes form-focus-hidden"> <p>[% tprintf(loc('Your password should include %d or more characters.'), c.cobrand.password_minimum_length) %]</p> </div> diff --git a/templates/web/bromley/report/new/form_user_loggedout_by_email.html b/templates/web/bromley/report/new/form_user_loggedout_by_email.html index aea672483..7e33a5a89 100644 --- a/templates/web/bromley/report/new/form_user_loggedout_by_email.html +++ b/templates/web/bromley/report/new/form_user_loggedout_by_email.html @@ -30,7 +30,7 @@ <input class="green-btn js-submit_register" type="submit" name="submit_register" value="[% loc('Submit') %]"> </div> - <div class="general-notes"> + <div class="general-notes form-focus-hidden"> <p>[% tprintf(loc('Your password should include %d or more characters.'), c.cobrand.password_minimum_length) %]</p> </div> |