Index: branches/5.2.x/core/units/users/users_config.php =================================================================== diff -u -N -r14447 -r14468 --- branches/5.2.x/core/units/users/users_config.php (.../users_config.php) (revision 14447) +++ branches/5.2.x/core/units/users/users_config.php (.../users_config.php) (revision 14468) @@ -1,6 +1,6 @@ Array('type'=>'string','default'=>''), 'PrimaryGroup' => Array('type' => 'string', 'default' => ''), 'RootPassword' => Array('type' => 'string', 'formatter' => 'kPasswordFormatter', 'encryption_method' => 'md5', 'verify_field' => 'VerifyRootPassword', 'skip_empty' => 1, 'default' => md5('') ), - + 'EmailPassword' => Array ('type' => 'string', 'default' => ''), 'FullName' => Array ('type' => 'string', 'default' => ''), ),