password_field_tag(name = "password", value = nil, options = {})
Instance Public methods
Creates a password field, a masked text field that will hide the users
input behind a mask character.
Options
:disabled - If set to true, the user will not be able to use
this input.
:size - The number of visible characters that will fit in the
input.
:maxlength - The maximum number of characters that the browser
will allow the user to enter.
Any other key creates standard HTML
attribute