Forgot Password

Meet the Forgot Password system action.

It is the system action used in the process where the end users of the developed application lost/forgot their account password and wants to create a new password.

Select the element to add action. Click +Add Action under the Properties panel. (A)

Click OnClick ⟶ Authorization ⟶ ForgotPassword and create the ForgotPassword action. (A)

  • username: This is the field where you select the element from which the e-mail data of the account whose password is desired to be changed will be retrieved.

Within the created action, Symbol Picker (B) is used to select the parameter input method for the action.

From the Symbol Picker ⟶ Component list, simply select the element that will receive the email data on the screen.

The link/link that will enable the relevant user to change his password is sent to the e-mail address specified with the Username parameter. End users, who click on the link/link, reach the screen where they can set their new password.

All newly created projects have a Forgot Password screen added to the project by default. You can use this screen directly, or you can use a new screen design in this role. Even if you have deleted the default default screen, you can add it again from the Templates screens in the New Screen modal.

The forgotPassword action is an action that can be defined for users registered to the application.

You can perform various operations on the Context menu (C) for the actions you create.

You can easily copy the action with the Copy option. This way, you gain speed where action repetition is required.

You can add a confirmation message for the action to run using the Add Confirmation option.

Also, with the Add Condition feature, you can specify certain conditions under which the added action should execute.

You can easily delete the action created with the Remove option.

Last updated