bedita
bedita copied to clipboard
Move password policy check to data validation level
After https://github.com/bedita/bedita/pull/1437 we have support for basic password policy rule.
Currently the password check is executed in UsersTable::beforeMarshal() but it would be better to setup a custom validation rule leaving to data validation that task.