mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
REPO-1503: allow setting of password
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@131939 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -126,7 +126,9 @@ public class PeopleEntityResource implements EntityResourceAction.ReadById<Perso
|
||||
.telephone(p.getTelephone())
|
||||
.userStatus(p.getUserStatus())
|
||||
.enabled(p.isEnabled())
|
||||
.emailNotificationsEnabled(p.isEmailNotificationsEnabled()).build();
|
||||
.emailNotificationsEnabled(p.isEmailNotificationsEnabled())
|
||||
.password(p.getPassword()).
|
||||
build();
|
||||
|
||||
result.add(people.create(person));
|
||||
return result;
|
||||
|
Reference in New Issue
Block a user