Methods
Password
Configure how users authenticate and access the application through password
Password Authentication
Traditional username and password authentication for your application.
How It Works
- Users enter their email address and password
- The system validates credentials against stored (hashed) passwords
- Upon successful validation, access is granted
Configuration
Password authentication is enabled by default. From the Authentication Settings page:
- Ensure “Password” is toggled on.
Password that was used to login for the first time will be considered as default.
Reset Password
For resetting the password, user can go to the profile page and click on the change password option.
Enter the current password and new password and click on update password.
Forgot Password
If a user forgets their password, SMTP configuration is necessary to enable the password reset functionality.
How It Works
- Users click on the “Forgot Password” option.
- The system sends a password reset email via the configured SMTP server.
- The email contains a secure link redirecting the user to the password reset page.
- Users enter and confirm their new password.
- The system updates the password and grants access.
For Smtp Configuration, refer to SMTP Configuration Guide.
Password authentication is the simplest to set up your app.