Configuration

Configuration keys for the Solar_View_Helper_FormPassword class.

retain

  • (bool) Only retain values between posts if true. For security, we should not echo back a password on a failed form validation attempt.

  • Default: false

auto_complete

  • (string) If set, forces an auto_complete attribute with this value. The auto_complete attribute indicates to the browser that it should not attempt to remember the value of this field for future auto completion. The attribute is not a part of the HTML 4 era standard, but is supported by all popular browsers.

  • Default: 'off'



Local