summaryrefslogtreecommitdiffstats
path: root/lang/en
diff options
context:
space:
mode:
authorSimon Rettberg2015-10-26 11:05:07 +0100
committerSimon Rettberg2015-10-26 11:05:07 +0100
commitf9d602d452100b4e251cbd70837a642f5d3b5e2b (patch)
tree7734a9939bda45e041de7aab7fcfb4c2b4d88d5a /lang/en
parentUpdate translations (diff)
downloadslx-admin-f9d602d452100b4e251cbd70837a642f5d3b5e2b.tar.gz
slx-admin-f9d602d452100b4e251cbd70837a642f5d3b5e2b.tar.xz
slx-admin-f9d602d452100b4e251cbd70837a642f5d3b5e2b.zip
[config vars] Support SLX_DEMO_PASS
Diffstat (limited to 'lang/en')
-rw-r--r--lang/en/settings/setting.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/en/settings/setting.json b/lang/en/settings/setting.json
index 4fd59186..11a34f17 100644
--- a/lang/en/settings/setting.json
+++ b/lang/en/settings/setting.json
@@ -4,6 +4,7 @@
"SLX_BIOS_CLOCK": "Specifies whether and how the internal clock of the computer should be set in relation to the system time of the \/MiniLinux\/.\r\n*off* = The internal clock of the computer is not changed.\r\n*local* = The internal clock is set to local time. Preferably if, for example, there is still a native Windows installation available on the PC.\r\n*utc* = The internal clock is set to the \/Coordinated Universal Time\/. This is the most common setup in a pure Linux environment.",
"SLX_COMMON_SHARE_AUTH": "Athentication method for the common network share. *guest* means no authentication (public share), *user* means the user's credentials will be used.",
"SLX_COMMON_SHARE_PATH": "Path of network share. Supported are NFS (no authentication only) and CIFS\/SMB (with and without authentication).",
+ "SLX_DEMO_PASS": "Password for the *demo* account. Leave empty to disallow logging in as the demo user.\r\nLike the root password, the demo user's password will be sent to the client in its hashed form.",
"SLX_LOGOUT_TIMEOUT": "Time \/in seconds\/, in which a user session may remain without action before it is terminated.Leave field blank to disable the function.",
"SLX_NET_DOMAIN": "DNS domain in which the client integrate, provided the DHCP server does not specifies such.",
"SLX_NTP_SERVER": "Address of the NTP time server. Multiple servers can be specified separated by spaces.The servers are queried in sequence until a responding server is found.",