Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

 This API available for validate the password. You can validate password through the HTTP POST method, URL  http://<host>:<port>/catissuecore/rest/ng/users/validatePassword/{password}

 

Below are the attributes which need to be sent in the request body:

Parameter
Details
passwordPassword  that needs to be validate

 

API Example :

URLcatissuecore/rest/ng/users/validatePassword/{password}
MethodPOST
Requestapplication /json

Response

true / false

 

Conditions For Password Validation :

  1. Password Should be of length 8-20 characters
  2. Password Should contain at least one numeric field [ 0 - 9 ]
  3. Password Should contain at least one capital letter [ A - Z ]
  4. Password Should contain at least one small letter [ a - z ]

 

 Error Cases :

code
Applies to
Status Message
200All resourcesPassword has been validated successfully
400All requestsPassword is not in required format
500All requestsInternal server error, Encountered server error while performing operations

 

 

 

 

  • No labels