Skip to content

NSD-17429 Fix Blesta module: resolve false "NOT VERIFIED" status and broken Resend Verification Email button#136

Open
arennamesilo wants to merge 1 commit into
blesta:masterfrom
arennamesilo:NSD-17429_fix_blesta_module
Open

NSD-17429 Fix Blesta module: resolve false "NOT VERIFIED" status and broken Resend Verification Email button#136
arennamesilo wants to merge 1 commit into
blesta:masterfrom
arennamesilo:NSD-17429_fix_blesta_module

Conversation

@arennamesilo

@arennamesilo arennamesilo commented Jun 23, 2026

Copy link
Copy Markdown

This fixes incorrect registrant email verification handling when registrantVerificationStatus returns a single email record. The module was iterating over the record fields (email_address, domains, verified) instead of the record itself, so the registrant email was never matched, registrant_verification_info stayed empty, verified domains showed a false NOT VERIFIED warning, and Resend sent an empty email to the API. The fix normalizes a single-record response into a one-item list and matches the registrant email case-insensitively.

@vlad-namesilo

Copy link
Copy Markdown

@JReissmueller please have a look

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 participants