Skip to content

Whitelisting fix for empty emails#405

Merged
frostyfan109 merged 1 commit into
developfrom
ASAR-145/whitelist-fix
Apr 16, 2026
Merged

Whitelisting fix for empty emails#405
frostyfan109 merged 1 commit into
developfrom
ASAR-145/whitelist-fix

Conversation

@frostyfan109
Copy link
Copy Markdown
Contributor

LDAP users generally have a username but no email, so whitelisting middleware was checking the authorized users table and trying to match that incoming empty email against the authorized users table, seeing that a record exists with an empty email (username but no email), and auto-whitelisting them as a result. So should only be auto-whitelisting emails if the email is actually populated.

@frostyfan109 frostyfan109 changed the base branch from master to develop April 16, 2026 15:52
@frostyfan109 frostyfan109 merged commit 3108cd6 into develop Apr 16, 2026
9 checks passed
@frostyfan109 frostyfan109 deleted the ASAR-145/whitelist-fix branch April 16, 2026 19:06
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.

2 participants