|
@@ -76,6 +76,7 @@ public class UserCloudServiceProvider extends ControllerSupport implements UserC
|
|
|
}
|
|
|
|
|
|
userEntity = new UserEntity();
|
|
|
+ userEntity.setEnable(true);
|
|
|
userEntity.setLoginName(loginName);
|
|
|
userEntity.setRootOrgId(rootOrgId);
|
|
|
userEntity.setName(name);
|