Usage Scenario: User Updates Email (Username) Information

The user may want to change the username (e-mail address) of their account after logging in with their existing account. This is done from the user profile and once the update is complete, the user can log in to the system with the new email address. This scenario specifically allows users to keep their personal information up to date.

Add Update User Name Action to Email Update Form

  1. Log in to the Kuika platform.
  2. Open the project you are working on from the Apps screen.
  1. Switch to the UI Design module.
  2. Drag and drop a Form and two Text Input elements (Current Email and New Email) from the Elements panel on the left side.
  3. Add a Button under the Form and type “Update Email” in the Label.
  4. Select the Button and click the + ADD ACTION menu from the Properties panel on the right.
  5. Select the OnClick → Authorization → Update User Name action.

Configuring the Update User Name Action

In the action configuration window that opens, define the following fields:

  • User Name: formData.currentEmail
  • New User Name: formData.newEmail

Configure Optional Parameters

Click+ ADD OPTIONAL PARAMETER and add the needed settings:

  • Don't Send Email: false → (Send notification email after update)
  • Language: “en” → (Turkish language can be selected by default)

Click SAVE to complete the configuration.

User Experience After Update

When the user fills in the form and clicks the “Update Email” button:

  • The system verifies the existing username information.
  • Account information is updated with the new e-mail address.
  • If the update is successful, the user will receive a Notify action with the message “Your e-mail address has been successfully updated”.
  • The user can log in with the new email address in the next session.