diff options
author | Azul <azul@leap.se> | 2012-10-17 12:40:12 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-10-17 12:40:12 +0200 |
commit | fe23b7896a04a50980c28a8b66c08ce2885ad0d3 (patch) | |
tree | 766945060f9f50b0b29a444d04d4aecf8bebd9ec /users | |
parent | fdfdc86eb96f670a580eb58b1b3d41560a269ac1 (diff) |
complete signup, login, logout workflow
Diffstat (limited to 'users')
-rw-r--r-- | users/app/views/users/new.html.haml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/users/app/views/users/new.html.haml b/users/app/views/users/new.html.haml index f6ece3a..af53331 100644 --- a/users/app/views/users/new.html.haml +++ b/users/app/views/users/new.html.haml @@ -4,7 +4,5 @@ = f.input :login, :input_html => { :id => :srp_username } = f.input :password, :required => true, :input_html => { :id => :srp_password } = f.input :password_confirmation, :required => true, :input_html => { :id => :srp_password_confirmation } - = f.input :password_verifier, :as => :hidden, :input_html => { :id => :srp_password_verifier } - = f.input :password_salt, :as => :hidden, :input_html => { :id => :srp_salt } = f.button :submit, :value => t(:signup), :class => 'btn-primary' = link_to t(:cancel), root_url, :class => :btn |