summaryrefslogtreecommitdiff
path: root/users/app
diff options
context:
space:
mode:
authorjessib <jessib@leap.se>2013-02-25 10:35:09 -0800
committerjessib <jessib@leap.se>2013-02-25 10:35:09 -0800
commiteb1cdaba1217ddd57fb801b13aadba29b356ba1e (patch)
tree6a18f8fc79fcbf9f979a0b1c353a1995aa58a8c5 /users/app
parent2e2326d380ef1160c7d3cbfc446f96ef6eab2721 (diff)
Add hint that password change is optional
Diffstat (limited to 'users/app')
-rw-r--r--users/app/views/users/_login_and_password_fields.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/app/views/users/_login_and_password_fields.html.haml b/users/app/views/users/_login_and_password_fields.html.haml
index 4d4585a..5f38a9c 100644
--- a/users/app/views/users/_login_and_password_fields.html.haml
+++ b/users/app/views/users/_login_and_password_fields.html.haml
@@ -1,3 +1,3 @@
-= f.input :login, :required => true, :input_html => { :id => :srp_username }
+= f.input :login, :input_html => { :id => :srp_username }
= f.input :password, :required => true, :validate => true, :input_html => { :id => :srp_password }
-= f.input :password_confirmation, :required => true, :input_html => { :id => :srp_password_confirmation } \ No newline at end of file
+= f.input :password_confirmation, :hint => t(:can_retype_old_password), :required => true, :input_html => { :id => :srp_password_confirmation } \ No newline at end of file