Index: branches/5.2.x/core/units/users/users_config.php =================================================================== diff -u -N -r14468 -r14472 --- branches/5.2.x/core/units/users/users_config.php (.../users_config.php) (revision 14468) +++ branches/5.2.x/core/units/users/users_config.php (.../users_config.php) (revision 14472) @@ -1,6 +1,6 @@ Array('type' => 'int', 'default' => NULL), 'ip' => Array('type' => 'string', 'not_null' => 1, 'default' => ''), 'IsBanned' => Array('type' => 'int','not_null' => 1, 'default' => 0), - 'PassResetTime' => Array('type' => 'int','default' => NULL), - 'PwResetConfirm' => Array('type' => 'string','default' => NULL), - 'PwRequestTime' => Array('type' => 'int','default' => NULL), - 'MinPwResetDelay' => Array('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array(300 => '5', 600 => '10', 900 => '15', 1800 => '30', 3600 => '60'), 'use_phrases' => 0, 'not_null' => '1', 'default' => 1800), + 'PwResetConfirm' => Array('type' => 'string', 'not_null' => 1, 'default' => ''), + 'PwRequestTime' => Array('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => NULL), 'AdminLanguage' => Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter', 'options_sql' => 'SELECT %s FROM ' . TABLE_PREFIX . 'Language ORDER BY PackName', 'option_key_field' => 'LanguageId', 'option_title_field' => 'LocalName',