Revert "Do not show registation link when REQUIRE_INVITE_CODE=true (#… #1155

Merged
zachgoll merged 1 commits from zachgoll/tweak-registration-visibility into main 2024-09-06 23:37:25 +08:00
zachgoll commented 2024-09-06 23:28:24 +08:00 (Migrated from github.com)

Realized after merging the previous logic that we actually do want to show the register link even if invites are enabled.

REQUIRE_INVITE_CODE is the sole determinant of whether someone can freely sign up or not. We'll use #1152 to handle a more "official" way for self-hosters to turn signups off.

Realized after merging the previous logic that we actually _do_ want to show the register link even if invites are enabled. `REQUIRE_INVITE_CODE` is the sole determinant of whether someone can freely sign up or not. We'll use #1152 to handle a more "official" way for self-hosters to turn signups off.
Sign in to join this conversation.