Sha256: 470e7ec8954fbafefe60ced493846e982e98a938eb6719ddada7dc0ccec4de6b
Contents?: true
Size: 801 Bytes
Versions: 1
Compression:
Stored size: 801 Bytes
Contents
<% form_tag user_account_path(current_user), :method => :put do %> <p><label for="old_password" class="block">Old Password</label><br /> <%= password_field_tag 'old_password', @old_password, :size => 45 %></p> <p><label for="password" class="block">New Password</label><br /> <%= password_field_tag 'password', {}, :size => 45 %><br /> <small>Between 4 and 40 characters</small></p> <p><label for="password_confirmation" class="block">Confirm new password</label><br /> <%= password_field_tag 'password_confirmation', {}, :size => 45 %></p> <%= submit_tag 'Change password' %> <br/> <p><%= link_to("Cancel", :controller=>session[:referer][:controller], :action=>session[:referer][:action])%></p> <% end %> <script type='text/javascript'> document.getElementById('old_password').focus() </script>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
authengine-0.0.2 | app/views/authengine/accounts/edit.html.erb |