mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
REPO-1530: Create Person - enabled flag should be optional
- Added default value true for enable on create person and fixed test git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@132727 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -318,7 +318,6 @@ public class TestPeople extends EnterpriseTestApi
|
||||
person.setUserName("joe.bloggs.2@"+account1.getId());
|
||||
person.setFirstName("Joe");
|
||||
person.setEmail("joe.bloggs.2@example.com");
|
||||
person.setEnabled(true);
|
||||
person.setPassword("password-is-secret");
|
||||
|
||||
Person p = people.create(person);
|
||||
|
Reference in New Issue
Block a user