JMap.User.isPasswordCompliant
Returns true if the password complies with the platform's password policy (JMap Server or JMap Cloud), false otherwise.
// test a passwordJMap.User.isPasswordCompliant("password")// false Copy
// test a passwordJMap.User.isPasswordCompliant("password")// false
JMap.User.isPasswordCompliant
Returns true if the password complies with the platform's password policy (JMap Server or JMap Cloud), false otherwise.