search for: change_password_path

Displaying 1 result from an estimated 1 matches for "change_password_path".

2010 Aug 09
0
Devise :current_password validations and checking (how???)
...tful_authentication_sha1 since I migrated from auth_logic to devise authentication tool "Views/Settings/change_password.haml" goes like this *************************************************************** %aside#sidebar %nav.leftbar %ul %li.pwd= link_to "Password", change_password_path %section#content.w.r = form_for(@user, :as => :user, :url => change_password_path(:user)) do |f| %h1 Change your password %fieldset %div = f.hidden_field :reset_password_token %div = f.label :current_password = f.password_field :current_password,...