Download the PHP package apedik/module-password-attributes without Composer
On this page you can find all versions of the php package apedik/module-password-attributes. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download apedik/module-password-attributes
More information about apedik/module-password-attributes
Files in apedik/module-password-attributes
Package module-password-attributes
Short Description N/A
License Open Software License (OSL)
Informations about the package module-password-attributes
Apedik_PasswordAttributes module
This Magento module adds password attributes to <input type"password">
element, eg:
This is very useful for password managers and browsers to suggest the right password based on password requirements in Magento Password Options and, hopefully, improving conversions too.
For reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/password
Apple Password rules: https://developer.apple.com/password-rules/
Configuration
Magento sectioncustomer/password
:

Configuration path to customer password required character classes number and Minimum Password Length: these are out of box Magento configuration. The module will generate the attributes, pattern and rules based on it.
Configuration path to enable password attributes: If set to Yes, password attributes will be added to input type="password"
element.
Configuration path to add regex password attributes pattern: If set to Yes, password attribute pattern will be added to input type="password"
element.
Configuration path to add password rules: If set to Yes, password rules will be added to input type="password"
element.
When settings are disabled:
When settings are enabled:
Testing min. length 40 characters:

The suggested password will satisfy requirements.
MFTF support, for testing different password scenarios.