Guest User

Untitled

a guest
Feb 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <p>Password: <%= password_field_tag 'password' %></p>
  2.  
  3. <p>Confirm Password: <%= password_field_tag 'password_confirmation' %> <span id="password_match"></span></p>
  4.  
  5. <%= observe_field 'password_confirmation', {
  6. :url => { :action => 'compare_passwords' }, :frequency => 1,
  7. :with => "'password_confirmation=' + encodeURIComponent(value) + '&password=' + $F('password')" } %>
Add Comment
Please, Sign In to add comment