Hi @kiran.ms
We do not have custom password policies. We follow the OWASP recommendations on password strength (there is a link on the password policy page)
Custom password policies don’t really add any security. Just use the appropriate level from OWASP.
Having said that, you CAN implement a custom password policy using a custom DB connection, but it is a lot of work (and doesn’t get you anything from a security point of view).
John