mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
This makes the use of passwords secure by default if you want to render the value of the password_field you have to do for instance f.password_field(:password, :value => @user.password) # => <input type=password id=user_password name=user[password] value=#{@user.password} />