Enable user-management webui
The switch to libregraph/idm happend we can enable the new UI.
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
Change: Switched default configuration to use libregraph/idm
|
||||||
|
|
||||||
|
We switched the default configuration of oCIS to use the "idm" service (based
|
||||||
|
on libregraph/idm) as the standard source for user and group information. The
|
||||||
|
accounts and glauth services are no longer enabled by default and will be
|
||||||
|
removed with an upcoming release.
|
||||||
|
|
||||||
|
https://github.com/owncloud/ocis/pull/3331
|
||||||
|
https://github.com/owncloud/ocis/pull/3633
|
||||||
@@ -50,7 +50,7 @@ func DefaultConfig() *config.Config {
|
|||||||
ResponseType: "code",
|
ResponseType: "code",
|
||||||
Scope: "openid profile email",
|
Scope: "openid profile email",
|
||||||
},
|
},
|
||||||
Apps: []string{"files", "search", "preview", "text-editor", "pdf-viewer", "external"},
|
Apps: []string{"files", "search", "preview", "text-editor", "pdf-viewer", "external", "user-management"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -85,10 +85,6 @@ func (p Web) getPayload() (payload []byte, err error) {
|
|||||||
ID: "settings",
|
ID: "settings",
|
||||||
Path: "/settings.js",
|
Path: "/settings.js",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
ID: "accounts",
|
|
||||||
Path: "/accounts.js",
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user