Problem/Motivation
There is no indication on the user check page when no addresses failed the check or when the check was completed.
Proposed resolution
Add some sort of message to indicate that the check was completed, and if no failed addresses were found.
Remaining tasks
Fix the issueCreate a patchReview the patchCommit the patch
User interface changes
None.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | email_verify-user_check_message-2669258-3-D7.patch | 2.32 KB | oadaeh |
Comments
Comment #2
oadaeh commentedComment #3
oadaeh commentedAttached is the patch to fix this.
Comment #4
oadaeh commentedComment #5
oadaeh commentedComment #6
kristen polCode looks good. We'll get this tested soon.
Comment #7
Patrick Storey commentedBefore this patch I saw no messages upon success or failure (on failure though it did populate the table in the bottom with the users that failed under the title of "Found 1 user whose email address is not valid.")
Upon adding this patch to the module for a success I received a green message at the top of the form of "Look for the verification results below the form."
The same message occurred when an email was not validated. Except when a users email did not pass validation the table shows the user id that failed and gives the reason why it did. Instead of no users being listed in the table and a message of "All email address checked passed the verification(s)." which is what occurs when all checked users email passed validation.
This has passed testing.
Comment #9
oadaeh commentedThis has been committed to the 2.x dev branch. Thanks for the reviews and testing.
Comment #10
kristen polThanks!
Comment #11
oadaeh commented