Skip to content
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

Fix error in User validation that blocks creation of new Users #16710

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from

Conversation

smg6511
Copy link
Collaborator

@smg6511 smg6511 commented Feb 21, 2025

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

Fix silent error when password notification method is empty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3.1.1 - Adding new User fails to save once Password Method is changed
2 participants