mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-07 19:35:38 -05:00
[GH-ISSUE #60] [Feature] Add an option to disable signups #5810
Reference in New Issue
Block a user
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 @scorp200 on GitHub (Sep 7, 2024).
Original GitHub issue: https://github.com/moghtech/komodo/issues/60
currently the only available option is
KOMODO_ENABLE_NEW_USERSthat disables new users by defaultI would like to have an option to completely disable new user signups, no signup button and any api signup calls rejected
and call it something like
KMODO_ALLOW_SIGNUP@mbecker20 commented on GitHub (Sep 11, 2024):
Supported in 1.14.2 with environment variable
KOMODO_DISABLE_USER_REGISTRATION