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
Users should be able to create and sign in with their email or username
Admin should be able to log in and create a new user with a one-time password. A newly created user should be able to log in with that one-time password
Disabling the sign-up option in the server should disable any signup option from the UI and the API.
Sign-Up Page After SSO login
User account creation page
user should be able to select a team
Test if only joinable teams are listed
Test if the soft-deleted teams are not listed.
If the team hierarchy is A -> B -> C. and if the B team is soft-deleted, we should move the C team to be under A and allow users to join A -> C.
Create a new team and make it joinable and test if that appears in sign-up process
Create a new team and make it non-joinable test if that doesn't appear in sign-up process