Kuika's Password element allows users to securely enter passwords in applications. Characters entered are hidden for security purposes using asterisk (*) or dot (•) symbols. Users can make the password visible by clicking the “Show” (eye) icon. The Password element also integrates with Configuration Manager → Password Policy settings to support strong password creation rules.
The Password element can be used in both web and mobile applications.
Usage Areas
Login screens
Sign Up or Password Creation screens
Change Password flows
Reset Password forms
Access to secure areas (e.g., admin panel)
Use Case – User Login (Login Screen)
The Email and Password elements are used together in an application to allow users to log in securely. The Password element ensures that the entered password remains hidden and can be displayed at the user's request.
In the scenario:
The user arrives at the “Welcome Back” screen.
They enter their email address in the “Email Address” field and their password in the “Password” field.
The Password field hides the characters entered.
If the user wishes, they can click on the “eye” icon to make the password visible.
If the “Stay Logged In” option is active, the user's information is stored for the duration of the session.
When the “Login” button is pressed, the system compares the information entered with the record in the database.
Connecting the Data Source
Go to the Datasources module.
Create a new table in the Tables tab and name it UserAccountsPassword.