Password Reset

Meet the Password Reset system action.

It is the system action used in the process where the end user of the developed application wants to change the account password.

A new password is set with the newPassword parameter and a link is sent to the current user's e-mail address, allowing the user to change their password.

The user, who clicks on the link, reaches the screen where he/she will confirm his/her new password. If the developer of the application does not create a personalized screen for this screen, Kuika will suggest a suitable screen for this process. If this screen is desired to be personalized, a suitable screen is drawn.

Click +Add Action under the Properties panel.(A)

Click OnClick ⟶ Authorization ⟶ PasswordChange and create the PasswordChange action.(A) This process is done by getting information from local storage when the user logs in.

  • newPassword: The new password requested by the user is written.

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

PasswordReset action is an action that can be accessed by users registered and logged in 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