Fix access rights for 'Registered Users' on 'All-Projects' creation
The 'Registered Users' group in AllProjectsCreator was not initialized and hence no access rights could be assigned to it. Change-Id: I38cf55e1b4361a6f47a879bb1b422e25a193dd7b
This commit is contained in:
@@ -66,7 +66,7 @@ public class AllProjectsCreator {
|
||||
this.anonymous = new GroupReference(
|
||||
AccountGroup.ANONYMOUS_USERS,
|
||||
"Anonymous Users");
|
||||
this.anonymous = new GroupReference(
|
||||
this.registered = new GroupReference(
|
||||
AccountGroup.REGISTERED_USERS,
|
||||
"Registered Users");
|
||||
this.owners = new GroupReference(
|
||||
|
Reference in New Issue
Block a user