Skip to content

This extensions adds a one click password generator to the user management in the Contao backend. The next time you add a new user, just hit the generate button and this extension gives you a decent default password :)

presprog/contao-password-suggestion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contao Password Suggestion

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

About

This extensions adds a one click password generator to the user management in the Contao backend. The next time you add a new user, just hit the generate button and this extension gives you a decent default password :)

Resources

Stars

Watchers

Forks

Packages

No packages published