mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
[FEATURE REQUEST] Env variable or toggle to disable signup process for single users #81
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 @imad07mos on 3/7/2026
What and why
For self-hosted single-user instances, the signup page is useful exactly once during initial setup. After that it just sits there, unnecessary, with no plans to invite other users.
The ask
There should at least be a configuration option to disable the signup page after the initial setup. For self-hosted, single-user instances, the signup flow is only needed once. After that, it's just unnecessary friction on every visit. A simple toggle (e.g.,
DISABLE_SIGNUP=truein env).Related
#406 #218 #106 #260