EnableUsers Property



 
The EnableUsers property indicates whether username/password login is enabled.


Syntax

    SiteCafe.Server.Config.EnableUsers [=bool]
    
Possible Values
    Boolean value that specifies or retrieves the
    username/password login status.

    The property is read/write.
Remarks
    None.
Examples
    The following example determines whether username/password login is enabled and displays it.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteCafe.Server.Config.EnableUsers);
    </SCRIPT>
    

Applies to
    SiteKiosk v6.2 (and later versions).

Back to top