Skip to content

Commit 389499e

Browse files
committed
fixed
Issue #378
1 parent 28de3fe commit 389499e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/imixs/marty/profile/ProfileService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,8 @@ public ItemCollection createProfile(String userid, String locale)
430430
// profile.replaceItemValue("$workflowgroup", "Profil");
431431
profile.replaceItemValue("txtName", userid);
432432
profile.replaceItemValue("txtLocale", locale);
433-
// set default group
434-
profile.replaceItemValue("txtgroups", "IMIXS-WORKFLOW-Author");
433+
// set default group (fixed deprecated role name 'IMIXS-WORKFLOW-Author' issue #378
434+
profile.replaceItemValue("txtgroups", "org.imixs.ACCESSLEVEL.AUTHORACCESS");
435435
// process new profile...
436436
profile.setEventID(CREATE_PROFILE_ACTIVITY_ID);
437437

0 commit comments

Comments
 (0)