JMap.Server.isStandardLoginAvailable
Returns true is the standard JMap User Manager is available for authentication, false otherwise.
if the server is not ready (info from server has not been fetched). Call JMap.Server.isReady() to know this information.
console.log(JMap.Server.isStandardLoginAvailable())// true Copy
console.log(JMap.Server.isStandardLoginAvailable())// true
JMap.Server.isStandardLoginAvailable
Returns true is the standard JMap User Manager is available for authentication, false otherwise.