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

dev/core#59 scheduled reminder email validation #11973

Merged
merged 1 commit into from
Apr 17, 2018

Conversation

lcdservices
Copy link
Contributor

Overview

The scheduled reminder form currently does not validate the email address field. As a result, a non-email value can be stored there which results in a silent failure.

Before

Non-email value can be stored in the email field.

After

Email is validated on form submission.

@monishdeb
Copy link
Member

Test failure is unrelated.

This is a simple fix and makes sense to add validation over from_email. @eileenmcnaughton can you merge this PR?

@eileenmcnaughton
Copy link
Contributor

Happy to merge this since it seems very straight forward & fails are unrelated

@eileenmcnaughton eileenmcnaughton merged commit 733a402 into civicrm:master Apr 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants