-
Don't populate the password field on signup validation errors. · e57a9551Timothy Andrew authored
- Previously, we were pulling `params[:user][:password] as the default value for the password field. This is incorrect; we should be pulling it from `@user.password` or the like.
e57a9551
×