Popular Articles
Register Screen in Verification Agent
Register Screen INPUTS INPUTS TO BE GIVEN First Name User Name Password *************** Email ID email@id.com Mobile Number 10 - digit number User Role Admin or Processor On the Register screen, users must enter their First Name, Email ID, Password, ...
Password Validation Criteria
The provided password will be validated based on the following conditions: ● Must contain at least one uppercase letter ● Must include at least one numerical digit ● Must have at least one special character ● Must be at least 8 characters long ● ...
User Credential Validation
User credentials will be checked against the existing records in the MongoDB database. If the provided credentials already exist in the database, an error message will be displayed: "User is already registered."
Login Screen
INPUTS INPUTS TO BE GIVEN Email ID Admin or Processor Email address Password *************** User Role Admin or Processor On the Login screen, users must enter their Email ID, Password, and User Role as input.
User Credential Validation
The provided credentials will be verified against the records in the MongoDB database: ● If the credentials are valid, authentication will be successful, and a success message along with a JWT token will be issued. This token will be required to ...