Add OLD_PASSWORD (bug #1216178).
This commit is contained in:
@@ -12,6 +12,7 @@ $Source$
|
||||
libraries/common.lib.php, libraries/config_import.lib.php,
|
||||
libraries/header_meta_style.inc.php, libraries/select_theme.lib.php:
|
||||
User can now have different theme per server (RFE #1231599).
|
||||
* config.inc.php: Add OLD_PASSWORD (bug #1216178).
|
||||
|
||||
2005-07-10 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/display_tbl.lib.php: bug #1235473 display_tbl.lib.php,
|
||||
|
@@ -710,6 +710,7 @@ if ($cfg['ShowFunctionFields']) {
|
||||
'UCASE',
|
||||
'NOW',
|
||||
'PASSWORD',
|
||||
'OLD_PASSWORD',
|
||||
'MD5',
|
||||
'SHA1',
|
||||
'ENCRYPT',
|
||||
@@ -769,6 +770,7 @@ if ($cfg['ShowFunctionFields']) {
|
||||
'LCASE',
|
||||
'UCASE',
|
||||
'PASSWORD',
|
||||
'OLD_PASSWORD',
|
||||
'MD5',
|
||||
'SHA1',
|
||||
'ENCRYPT',
|
||||
|
Reference in New Issue
Block a user