Password Validation Criteria

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

      Cannot contain any part of the username

      Cannot include dictionary words

      Cannot have any character repeated more than three times consecutively

   Cannot be a previously used password
    • Related Articles

    • Forget Password

      Step-by-Step Instructions: ● Access the Login Page: Start by navigating to the application's login page. You can usually find the login link on the application's homepage. ● Click on "Forgot Password?": On the login page, locate the "Forgot ...
    • 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 ...
    • 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.
    • 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, ...