forked from mckaywrigley/chatbot-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix / refactor email whitelist and domain whitelist checks (mckaywrig…
…ley#1406) This is a fix for issue mckaywrigley#1377 Steps to reproduce: set environment variable values for both EMAIL_DOMAIN_WHITELIST and EMAIL_WHITELIST. Attempt to sign up using an email address that matches only one of the whitelist values Expected behavior: you are allowed to sign up Actual behavior: you are blocked from signing up with error message: `Email ${email} is not allowed to sign up.`
- Loading branch information
1 parent
262487c
commit a1ad9b4
Showing
1 changed file
with
18 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters