1
0

Prevent FF filling in wrong db password (#378)

This commit is contained in:
onli
2016-01-15 16:33:30 +01:00
parent 9fe8fb960b
commit c98e858886
3 changed files with 13 additions and 1 deletions

View File

@ -32,6 +32,14 @@
'permission' => 'siteConfiguration',
'flags' => array('nosave', 'simpleInstall')),
array('var' => 'ignore_password',
'title' => 'Ignore',
'description' => 'Ignore, just to catch the browser filling in the wrong password',
'type' => 'fullprotected',
'default' => '',
'permission' => 'siteConfiguration',
'flags' => array('nosave', 'hideValue', 'simpleInstall', 'ignore')),
array('var' => 'dbPass',
'title' => INSTALL_DBPASS,
'description' => INSTALL_DBPASS_DESC,