You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check whether the email address offered is already in the database, before doing the regex on domains. Email addresses already in the database are automatically valid.
The text was updated successfully, but these errors were encountered:
as an admin, i can create custom /declare/1234abcd links for people who wish to declare but who don't have addresses in the whitelisted domains; when they wish to make another declaration later, they should be able to do so based on the email already being in the db, rather than asking me again.
I don't think the link creation admin form not checking email suffixes is by design :)
But I can imagine wanting to whitelist specific emails
in that case, consider email addresses in the database already as the whitelist, and the admin interface being how you things get added to the whitelist...
check whether the email address offered is already in the database, before doing the regex on domains. Email addresses already in the database are automatically valid.
The text was updated successfully, but these errors were encountered: