mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-01-16 01:38:55 -05:00
cheat-sheet: document new setting for blocking disposable email domains
This commit is contained in:
parent
2bb8cbc603
commit
a8c002eba7
1 changed files with 1 additions and 0 deletions
|
@ -672,6 +672,7 @@ And the following unique queues:
|
|||
- `DEFAULT_ALLOW_ONLY_CONTRIBUTORS_TO_TRACK_TIME`: **true**: Only allow users with write permissions to track time.
|
||||
- `EMAIL_DOMAIN_ALLOWLIST`: **\<empty\>**: If non-empty, comma separated list of domain names that can only be used to register on this instance, wildcard is supported.
|
||||
- `EMAIL_DOMAIN_BLOCKLIST`: **\<empty\>**: If non-empty, comma separated list of domain names that cannot be used to register on this instance, wildcard is supported.
|
||||
- `EMAIL_DOMAIN_BLOCK_DISPOSABLE`: **false**: Enable this to append a list of known temporary/disposable email domains as compiled by [disposable-email-domains](https://github.com/disposable-email-domains/disposable-email-domains) to the block list.
|
||||
- `SHOW_REGISTRATION_BUTTON`: **! DISABLE_REGISTRATION**: Show Registration Button
|
||||
- `SHOW_MILESTONES_DASHBOARD_PAGE`: **true** Enable this to show the milestones dashboard page - a view of all the user's milestones
|
||||
- `AUTO_WATCH_NEW_REPOS`: **true**: Enable this to let all organisation users watch new repos when they are created
|
||||
|
|
Loading…
Add table
Reference in a new issue