mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 22:25:55 +03:00
[GH-ISSUE #143] Disable custom alias creation at room domain #714
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#714
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @msaeedm on GitHub (Apr 18, 2021).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/143
Hi,
The default settings for self hosted environment allows for any user to create a custom alias at the root domain such as mycustomalias@mydomain.tld. Is there a way to disable this feature but keep it only for the admin user defined in ANONADDY_ADMIN_USERNAME?
@willbrowningme commented on GitHub (Apr 19, 2021):
Not at the moment I'm afraid. I'll try to add this as an option shortly though.
@msaeedm commented on GitHub (Apr 20, 2021):
That sounds good. Thank you sir
@Dominion0815 commented on GitHub (Mar 13, 2024):
3 years later ... is it possible to add this option now? @willbrowningme
@willbrowningme commented on GitHub (Mar 13, 2024):
I've just added this, you need to add
ANONADDY_NON_ADMIN_SHARED_DOMAINS=falseto your.envfile in order to enable it.Will tag a new release shortly.