summaryrefslogtreecommitdiff
path: root/users/app/views/users/_password_fields.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'users/app/views/users/_password_fields.html.haml')
-rw-r--r--users/app/views/users/_password_fields.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/app/views/users/_password_fields.html.haml b/users/app/views/users/_password_fields.html.haml
index c2e6a69..47b7b07 100644
--- a/users/app/views/users/_password_fields.html.haml
+++ b/users/app/views/users/_password_fields.html.haml
@@ -1,2 +1,2 @@
= f.input :password, :required => true, :validate => true, :input_html => { :id => :srp_password }
-= f.input :password_confirmation, :required => true, :input_html => { :id => :srp_password_confirmation }
+= f.input :password_confirmation, :required => true, :hint => local_assigns[:password_confirmation_hint], :input_html => { :id => :srp_password_confirmation }