-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Throw error in Backend #2
Comments
Will be fixed when my PR (neos/neos-development-collection#3901) is merged. As there is nothing we can do in this package, i think this issue can be closed. |
Looks like we are waiting for this PR: neos/neos-development-collection#3918 |
Can now be closed, as the PR neos/neos-development-collection#3918 is merged and this will now show a flash message as expected. |
When creating a User in Neos Backend it throws an Error 500 if the Password-Criteria is unmet.
It would be way nicer to show this as an error in Neos-Backend instead 🤔
The password is too easy. Required is: MinLength >= 8, Numbers
Neos 7.3
The text was updated successfully, but these errors were encountered: