• Ex : Username/ Password : MAHESH16/ MAHESH16$ in DB
• When Password with lowercase (mahesh16$) entered in Login Screen, it will convert the entered Password to Uppercase and compare with the DB Password Value for the User- Uppercase.
• When Password with Uppercase (MAHESH16$) entered in Login Screen, it will compare with the DB Password Value for the User - Uppercase.
• When Password with lowercase(mahesh16$) and Uppercase(MAHESH16$) entered in User Screen and Change Password Screen, it will be stored in DB as MAHESH16$