User Access Settings
To configure user access settings, follow these steps:
-
Click the User access settings button in the User access tab.
-
Adjust the parameters in the User access settings dialog as needed:
-
Disable password for Visualization:
-
Disabling active password protection allows direct visualization access. Consider using a PIN for security.
-
-
Enable password for Applications:
-
Require a password when entering any application on the main page.
-
-
Enable password for user directory:
-
The User directory (located at /data/apps/store/user) is a folder within the controller. You can upload files to this directory via FTP (using the username “apps”). These uploaded files become accessible via an HTTP endpoint: http://{CONTROLLER_IP}/user/{FILE NAME}. Files in the User directory can be of various types, including HTML, TXT, LP (Lua) files.
-
When accessed via a browser, these files are interpreted as follows: HTML and TXT files are displayed in text form. However, *.lp (Lua) files are executed, and their standard output is returned to the browser.
-
The Enable password for User directory parameter allows you to require a password for accessing *.lp files via the HTTP endpoint. Files with different extensions remain accessible without a password.
-
-
Visualization PIN code:
-
If active password protection is disabled, protect visualizations with a 6-digit PIN code.
-
-
Remember login and password:
-
Store user credentials for convenience.
-
-
User cookie expiration days:
-
Set the duration after which web browser cookies will be deleted.
-
-