mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-01 04:09:08 +01:00
Make authenticatedGroup external, fix small flaw
This commit is contained in:
@@ -136,6 +136,7 @@ public class SetupContextListener implements ServletContextListener {
|
||||
private void createAuthenticatedGroup() {
|
||||
Group authenticated = new Group("xml", AUTHENTICATED);
|
||||
authenticated.setDescription(AUTHENTICATED_GROUP_DESCRIPTION);
|
||||
authenticated.setExternal(true);
|
||||
groupManager.create(authenticated);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user