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
- 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.
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