summaryrefslogtreecommitdiff
path: root/users/app/views/users/_login_and_password_fields.html.haml
blob: 5f38a9c77cf79f4a62744116761cce10d0a39756 (plain)
1
2
3
= f.input :login, :input_html => { :id => :srp_username }
= f.input :password, :required => true, :validate => true, :input_html => { :id => :srp_password }
= f.input :password_confirmation, :hint => t(:can_retype_old_password), :required => true, :input_html => { :id => :srp_password_confirmation }