jvm-tech / JvMTECH.NeosHardening

Harden request headers, login interface and passwords to increase backend security.
MIT License
3 stars 1 forks source link

Throw error in Backend #2

Open paavo opened 2 years ago

paavo commented 2 years ago

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

Benjamin-K commented 1 year ago

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.

paavo commented 1 year ago

Will be fixed when my PR (neos/neos-development-collection#3901) is merged.

Looks like we are waiting for this PR: https://github.com/neos/neos-development-collection/pull/3918

Benjamin-K commented 10 months ago

Can now be closed, as the PR neos/neos-development-collection#3918 is merged and this will now show a flash message as expected.

image