1
0

Instaler should verify password

References #257
This commit is contained in:
Garvin Hicking
2015-01-27 14:36:32 +01:00
parent 253428dd93
commit 859e66d8af
68 changed files with 144 additions and 2 deletions

View File

@ -295,6 +295,14 @@
'permission' => 'siteConfiguration',
'flags' => array('installOnly', 'local', 'simpleInstall')),
array('var' => 'pass2',
'title' => INSTALL_PASSWORD2,
'description' => INSTALL_PASSWORD2_DESC,
'type' => 'fullprotected',
'default' => 'john',
'permission' => 'siteConfiguration',
'flags' => array('installOnly', 'local', 'simpleInstall')),
array('var' => 'realname',
'title' => USERCONF_REALNAME,
'description' => USERCONF_REALNAME_DESC,