main ← fix-invite-existing-users
merged 03:02PM - 25 Jul 26 UTC
Previously, when `allow_new_registrations` was disabled, `InvitesController` blo…cked every visitor to an invite link, including already-registered users, who saw a "new account registrations not allowed" error even though they were not creating an account.
This change skips the registration guard for logged-in users, so existing users can accept invites (for example, to join a group) while new-account signup stays closed.