Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error in User validation that blocks creation of new Users (#16710)
### What does it do? Restricts check for `password notification method` to only run when appropriate. ### Why is it needed? A silent error occurs when `password notification method` is empty (when options other than "Let MODX generate a password" are chosen), preventing User creation without any visible validation error. ### How to test Verify a User is successfully created using each of the three password creation methods. ### Related issue(s)/PR(s) Resolves #16709
- Loading branch information