do not allow root user without password unless explicitly enabled by AllowEmptyRoot

This commit is contained in:
Michal Čihař
2008-09-03 13:45:12 +00:00
parent c2489bc131
commit e0987bfbc8
6 changed files with 25 additions and 2 deletions

View File

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