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.

nonesha256sha256bycryptTo create a password input, simply follow these steps:
JSON fieldPresentation, choose Buzz Password InputSave fieldThe output of this plugin is a simple JSON that is structured like so:
{ "encryption": "...", "password": "..." // encrypted password}encryption field in the output