presprog / contao-password-suggestion
Adds an one click password generator to the backend user management of Contao Open Source CMS to simplify adding new back end users.
Installs: 164
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 4
Forks: 1
Open Issues: 1
Type:contao-bundle
Requires
- contao/core-bundle: ^4.13
Requires (Dev)
- contao/manager-plugin: ^2.0
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
README
This extension adds a one-click password generator to the Contao Open Source CMS backend. It enhances the password widget in the user and member module as well as the personal data module. The next time you add a user or member you can simply generate a random password. Supports 4.13 LTS.
Installation
Just install the extension with Composer or with the help of the Contao Manager.
composer require presprog/contao-password-suggestion
Configuration
You may configure the character set from which the password will be generated as well as its length.
// /config/config.yml password_suggestion: characters: 'abcdefghijklnmnopqrstuvwxyz1234567890' password_length: 32
Made with ♥️ and ☕ by Present Progressive