Added option to only allow guests with a global password

Also fixed an error in valid_admin() introduced in the previous version
This commit is contained in:
Daniel Winzen
2015-04-26 14:21:11 +02:00
parent bb4ca51db8
commit 6dd7d425c7
4 changed files with 50 additions and 9 deletions

View File

@ -45,6 +45,7 @@ $I=array(
'initgosetup' => 'Go to the Setup-Page',
'nick' => 'Nickname:',
'pass' => 'Password:',
'globalloginpass' => 'Global Password:',
'login' => 'Login',
'dbupdate' => 'Database successfully updated!',
'sysmessages' => 'System messages',
@ -75,6 +76,7 @@ $I=array(
'guestallow' => 'Allow',
'guestwait' => 'Allow with waitingroom',
'adminallow' => 'Require moderator approval',
'globalpass' => 'Global Password',
'guestdisallow' => 'Disallow',
'addsuguest' => 'Add applicant',
'register' => 'Register',