• JMap.User.isPasswordCompliant

    Returns true if the password complies with the platform's password policy (JMap Server or JMap Cloud), false otherwise.

    Parameters

    • password: string

    Returns boolean

    Example

    // test a password
    JMap.User.isPasswordCompliant("password")
    // false