Revert "Do not show registation link when REQUIRE_INVITE_CODE=true (#… #1155
Reference in New Issue
Block a user
Delete Branch "zachgoll/tweak-registration-visibility"
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?
Realized after merging the previous logic that we actually do want to show the register link even if invites are enabled.
REQUIRE_INVITE_CODEis 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.