authentik: only allow valid email domains; block t-online hosted email domains #46
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
elbforge/elf-infra!46
Loading…
Reference in a new issue
No description provided.
Delete branch "block-t-online"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@t-online.de(blocked mx, i also tested a custom domain using t-online)@example.org(no mx)@noreply.elbforge.org(null mx)Domain with a valid MX also still works.
@ -0,0 +47,4 @@for exchange in exchanges:if exchange.endswith(".t-online.de"):ak_message("Email addresses from this provider are not accepted.")We should add a reason (link?) for that. Not (only), because we want people to migrate to another email provider, but to be transparent about that decision. Otherwise, it sounds like "we don't like them".
also emails FROM that provider are accepted, the message could be more "honest", we would accept them, but that provider doesn't accept our emails^^
"Signing up with a email from this provider is not possible due to them not accepting our emails" maybe 🤷
i spent way too long searching for something about this topic and came up empty handed. maybe lets use the link @m4rc3l posted earlier.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.