Don't populate the password field on signup validation errors.
- 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.
Showing
Please register or sign in to comment