Index: branches/5.2.x/core/units/users/users_config.php =================================================================== diff -u -N -r14968 -r14973 --- branches/5.2.x/core/units/users/users_config.php (.../users_config.php) (revision 14968) +++ branches/5.2.x/core/units/users/users_config.php (.../users_config.php) (revision 14973) @@ -1,6 +1,6 @@ 0 ), 'IPRestrictions' => Array ('default' => NULL), + 'EmailVerified' => Array ( + 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_Yes', 0 => 'la_No'), 'use_phrases' => 1, + 'default' => 0 + ), + 'PrevEmails' => Array ('default' => NULL), ), 'VirtualFields' => Array ( @@ -551,6 +556,8 @@ 'PrimaryGroupId' => Array ('type' => 'int'), 'OldStyleLogin' => Array ('type' => 'int', 'not_null' => 1), 'IPRestrictions' => Array ('type' => 'string'), + 'EmailVerified' => Array ('type' => 'int', 'not_null' => 1), + 'PrevEmails' => Array ('type' => 'string'), ), 'VirtualFields' => Array ( @@ -644,6 +651,7 @@ 'CreatedOn' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 100), 'Modified' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 100), 'IPAddress' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 100, 'hidden' => 1), + 'EmailVerified' => Array ('filter_block' => 'grid_options_filter', 'width' => 100, 'hidden' => 1), ), ), ),