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.

2.0.0 2023-08-28 13:21 UTC

This package is auto-updated.

Last update: 2024-02-28 15:13:44 UTC


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.

Short demo of Contao Password Suggestion

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