mirror of
https://github.com/webmin/webmin.git
synced 2026-03-05 10:52:02 +00:00
Fix logout time field
This commit is contained in:
@@ -56,7 +56,7 @@ printf "<input type=radio name=session value=1 %s> %s<br>\n",
|
||||
$miniserv{'session'} ? "checked" : "", $text{'session_enable'};
|
||||
printf " <input type=checkbox name=logouttime_on value=1 %s>\n",
|
||||
$miniserv{'logouttime'} ? "checked" : "";
|
||||
print text('session_logout',
|
||||
print text('session_logouttime',
|
||||
"<input name=logouttime value='$miniserv{'logouttime'}' size=10>"),"<br>\n";
|
||||
#printf " <input type=checkbox name=locking value=1 %s>\n",
|
||||
# $gconfig{'locking'} ? "checked" : "";
|
||||
|
||||
@@ -520,7 +520,7 @@ session_disable=Disable session authentication
|
||||
session_enable=Enable session authentication
|
||||
session_localoff=Always require username and password
|
||||
session_localon=Allow login without password for matching users from localhost
|
||||
session_logout=Auto-logout after $1 minutes of inactivity
|
||||
session_logouttime=Auto-logout after $1 minutes of inactivity
|
||||
session_locking=Enable locking in Webmin
|
||||
session_err=Failed to save authentication
|
||||
session_elogouttime=Missing or invalid logout time
|
||||
|
||||
Reference in New Issue
Block a user