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
For all new Users, we want to let them choose the name of the new account for Telos Zero while keeping the option to get a random name too. The experience should be complete, not only checking the account name format and existence but also displaying the rules on allowed names.
Acceptance Criteria
Change the flow to detect new users and insert an interactive step to allow the user to choose the account name
The user should find an easy way to generate a random valid and available name with a button click
Once, accepted the name, use that name to login the user.
Tasks
Modify the MetakeepUAL Class to accept suggested names before calling the login process.
Modify the ZeroAccountsSelector component to accept the option of creating a new account (include random btn)
Insert a new interactive step to allow the user to choose the account name to be created.
The text was updated successfully, but these errors were encountered:
Description
For all new Users, we want to let them choose the name of the new account for Telos Zero while keeping the option to get a random name too. The experience should be complete, not only checking the account name format and existence but also displaying the rules on allowed names.
Acceptance Criteria
Tasks
The text was updated successfully, but these errors were encountered: