Handle roles and permissions in your Laravel application
-
Updated
Jun 24, 2020 - PHP
Add a description, image, and links to the multiuser topic page so that developers can more easily learn about it.
To associate your repository with the multiuser topic, visit your repo's landing page and select "manage topics."
sysPass Version
3.1
Describe the bug
If a password preset is configured based on e.g. user-profile and you create a new account, the password generator in the account creation view doesn't respect these values.
If you click on generate password, password is generated. If you then choose save an error message appears with the error that the password is too short.
To Reproduce