@buzzbrothers/datocms-plugin-buzz-password-input
v0.0.2
Published
This plugin allows you to create and check password complexity rules for your DatoCMS models. It provides a user-friendly interface to define password requirements and ensures that users create strong passwords that meet your specified criteria.
Downloads
240
Readme
DatoCMS Plugin Buzz Password Input
This plugin allows you to create and check password complexity rules for your DatoCMS models. It provides a user-friendly interface to define password requirements and ensures that users create strong passwords that meet your specified criteria.

Features
- Multiple encryption available
nonesha256sha256bycrypt
- Plugin level configuration
- Encryption
- Field level configuration
- Encryption
- Complexity hints
- Generate strong passwords
Usage
To create a password input, simply follow these steps:
- Add a
JSONfield - Under
Presentation, chooseBuzz Password Input - Click on
Save field
JSON output
The output of this plugin is a simple JSON that is structured like so:
{
"encryption": "...",
"password": "..." // encrypted password
}Roadmap
- Add configuration to force complexe password
- Add configuration to specify generated password length
- Add configuration to specify if you want the
encryptionfield in the output
