You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If ALLOW_REGISTRATION_WITHOUT_INVITE is disabled, we check to see if there is a valid invite, however, this only works for email invites. We need a way to determine if the user landed on the page from an invite link.
The text was updated successfully, but these errors were encountered:
I have set the ALLOW_REGISTRATION_WITHOUT_INVITE to false and copy pasted the invite link to a few persons so they could create accounts. They get an error stating that they cannot create account without invite link. They got to signup form from invite link.
The issue is here: https://github.com/Flagsmith/flagsmith/blob/main/api/custom_auth/serializers.py#L54
If
ALLOW_REGISTRATION_WITHOUT_INVITE
is disabled, we check to see if there is a valid invite, however, this only works for email invites. We need a way to determine if the user landed on the page from an invite link.The text was updated successfully, but these errors were encountered: