madrecha / portal

Tax notice management tool. An automated tool to fetch data from Income tax website.
https://portal.jamku.app/
8 stars 1 forks source link

GST Password Change Complexity validation #216

Closed adarshmadrecha closed 1 year ago

adarshmadrecha commented 1 year ago

When changing the password on GST Webiste, the software currently does not check the user input of new password. If the pasword complexity requirements are not met, it still allows to proceed. When then throws error and consumes Sync Credit.

Change required: Validate the user input and only if it matches the password complexity criteria, allow to proceed.

adarshmadrecha commented 1 year ago

Development Notes:

Requirements for GST password?

  1. Minimum 8 characters
  2. Maximum 15 characters
  3. Atleast 1 number
  4. Atleast 1 special characters
  5. Atleast 1 upper case character
  6. Atleast 1 lower case character
adarshmadrecha commented 1 year ago

Released in June 2023