-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve expired invite experience #1906
Comments
Backend/DB todos
For initial user re-invites
For multi-user orgs
|
This is already set on https://github.com/webrecorder/browsertrix/blob/main/backend/btrixcloud/invites.py#L198
This isn't something that we need at this point, as the invite system is something that is used fairly rarely. We just want to improve the error message, so if an invite is invalid, we should just say something like: 'This invite is not valid. If you've received this invite a while ago, it may have expired. If you believe this may have happened. Please contact support / your Browsertrix Admin to request a new invite' I think that's the extent of what we should do now to address this issue. |
For clarity, closing this issue in favor of #1912 which provides additional details on improvements + bug. |
Context
Invites expire after a set amount of time for security reasons, but some users don't get around to them in time. How can we ensure that folks who miss their invite link still get to the org they intended to?
Requirements
The text was updated successfully, but these errors were encountered: