diff --git a/services/web/app/views/user/settings.pug b/services/web/app/views/user/settings.pug index 86e866d073..f9a2a9f09e 100644 --- a/services/web/app/views/user/settings.pug +++ b/services/web/app/views/user/settings.pug @@ -123,9 +123,9 @@ block content span.small.text-danger(ng-show="changePasswordForm.currentPassword.$invalid && changePasswordForm.currentPassword.$dirty" aria-live="polite") | #{translate("required")} .form-group - label(for='newPassword1') #{translate("new_password")} + label(for='passwordField') #{translate("new_password")} input.form-control( - id='newPassword1', + id='passwordField', type='password', name='newPassword1', placeholder='*********',