Index: branches/5.2.x/core/units/users/users_config.php =================================================================== diff -u -N -r14758 -r14765 --- branches/5.2.x/core/units/users/users_config.php (.../users_config.php) (revision 14758) +++ branches/5.2.x/core/units/users/users_config.php (.../users_config.php) (revision 14765) @@ -1,6 +1,6 @@ Array ( + 'Fields' => Array ( + // make sure all fields, required by default are not required on this form + 'Email' => Array ('required' => 0), + ), 'VirtualFields' => Array ( 'UserLogin' => Array ( 'type' => 'string',