Create User

Meet the Create User system action.

It is the function that enables the creation of users that will be valid in the developed application. A user is created with the Username, Firstname and Lastname parameters. Username parameter must be in e-mail format.

You can also define additional fields for users by adding additional columns (Company Name, Address, Date of Birth, etc.) to the KUser table that comes by default in every project you create.

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

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

  • Username: The e-mail to be created is written.

  • Firstname: The name of the user to be created is written.

  • Lastname: The last name of the user to be created is written.

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

The CreateUser action is accessible to everyone except logged in and authorized users.

When the user is created, a confirmation e-mail is sent to the e-mail address specified as the user name for the relevant user to determine the password, in order to confirm the e-mail address in it.

When the link in the sent e-mail is clicked, the screen that will allow the user to set the password opens. On this screen, the new user becomes a confirmed user by entering the password they want to set twice.

Kuika makes a suggestion for the screen that will open when the link sent in the e-mail is clicked. If you want to customize this screen, you can create and customize the screen to change the password in the relevant project.

In order to indicate in Kuika that the created screen is the screen that will open when the link is clicked, the New Password Screen screen role is selected in the Role property of the screen's Properties panel. This action is mostly used by an application administrator to give other users access to that application. Unlike the Signup Action, an e-mail is sent to the relevant user to create a password. The requesting user cannot start the process by himself.

The CreateUser action is accessible to everyone except logged in and authorized users.

User registration is a flow frequently used in applications performed by admin.

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