summaryrefslogtreecommitdiff
path: root/app/views/profiles/passwords
diff options
context:
space:
mode:
authorPatricio Cano <patricio@gitlab.com>2014-10-22 12:40:41 -0500
committerPatricio Cano <patricio@gitlab.com>2014-10-22 12:40:41 -0500
commit91c96b3714a8f5753d9851ee8e2a859b201f6905 (patch)
treed3cf55423d42c86c16d11b7e228ed61c5f4ec971 /app/views/profiles/passwords
parent3d705131f7d1a85dbf09053a200fbf36c6225625 (diff)
downloadgitlab-ce-91c96b3714a8f5753d9851ee8e2a859b201f6905.tar.gz
Added a password strength indicator
to the reset password view and the change password view after first login. Updated JS to work with the updated views.
Diffstat (limited to 'app/views/profiles/passwords')
-rw-r--r--app/views/profiles/passwords/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/passwords/new.html.haml b/app/views/profiles/passwords/new.html.haml
index aef7348fd20..b52514668e3 100644
--- a/app/views/profiles/passwords/new.html.haml
+++ b/app/views/profiles/passwords/new.html.haml
@@ -14,7 +14,7 @@
.form-group
= f.label :current_password, class: 'control-label'
.col-sm-10= f.password_field :current_password, required: true, class: 'form-control'
- .form-group
+ .form-group#password-strength
= f.label :password, class: 'control-label'
.col-sm-10= f.password_field :password, required: true, class: 'form-control'
.form-group