bedita icon indicating copy to clipboard operation
bedita copied to clipboard

Move password policy check to data validation level

Open batopa opened this issue 8 years ago • 0 comments

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.

batopa avatar Mar 27 '18 07:03 batopa