SigNoz/signoz
[authn] handle invalid invitation token gracefully in signup page
Geschlossen
#7.011 geöffnet am 03.02.2025
authenticationfrontendgood first issue
Repository-Metriken
- Stars
- (16.037 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 5T 22h) (224 gemergte PRs in 30 T)
Beschreibung
Bug Description
In case of invalid/used/expired invitation tokens, we still show the Sign Up page which is an invalid state to be at.
As the outcome after filling the sign up page would be this:
Expected Behaviour
Ideally, we should redirect the users to the Login Page where we should display the error message: "invalid/used/expired invitation token. Please contact your admin."
How to Reproduce
- Create a user invitation
- Use the invitation once, log out, and use the same link again
- Or update the invitation token from the URL to something else
Version Information
- Signoz version:
latest - Browser version: NA
- Your OS and version: NA
- Your CPU Architecture(ARM/Intel): NA
Additional Context
NA