This project is archived and is in readonly mode.

Changeset [1851af84c1c7244dc416be9c93a4700b70e801e3] by Santiago Pastorino

August 28th, 2010 @ 09:23 AM

password_field renders with nil value by default

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) # =>
value=#{@user.password} />
http://github.com/rails/rails/commit/1851af84c1c7244dc416be9c93a470...

Committed by Santiago Pastorino

  • M actionpack/CHANGELOG
  • M actionpack/lib/action_view/helpers/form_helper.rb
  • M actionpack/test/template/form_helper_test.rb

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>