[auth] New setting AllowNoPassword (supercedes AllowNoPasswordRoot) that applies to all accounts (even the anonymous user)

This commit is contained in:
Marc Delisle
2009-03-02 16:19:36 +00:00
parent 662116f2fc
commit 4b67c7483f
62 changed files with 187 additions and 184 deletions

View File

@@ -44,7 +44,7 @@ $forms['Server_config'] = array('Servers' => array(1 => array(
'only_db',
'hide_db',
'AllowRoot',
'AllowNoPasswordRoot',
'AllowNoPassword',
'DisableIS',
'AllowDeny/order',
'AllowDeny/rules',
@@ -173,4 +173,4 @@ $forms['Export_defaults'] = array('Export' => array(
'file_template_table',
'file_template_database',
'file_template_server'));
?>
?>