<%=password_field 'email_setting','emailpasswd' %>
In this @email_setting.emailpasswd has the value password(@email_setting.emailpasswd="password").
But in email_setting form edit the password text box is loaded with empty.Instead of that I need to show some characters(#######) to indicate that the password is already entered.
I'm using Rails 3.