Usage Scenario: Sending a Verification Code for Password Reset
A user requests a password reset by entering their email address on the ‘Forgot My Password’ screen. After this process, the system sends a verification code to the user. The user can set a new password by entering the code they received.
Application Flow
Element: ‘Send Code’ button
Trigger: OnClick
Action: Authorisation → Send Verification Code
When the action is triggered:
A verification code is sent to the user's contact information registered in the system.
The user is redirected to the verification screen and asked to enter the code.
If the code is valid, the next step is taken (e.g., password reset screen).