mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-28 14:59:49 -05:00
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",
|
||||
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",
|
||||
Path: "/settings.js",
|
||||
},
|
||||
{
|
||||
ID: "accounts",
|
||||
Path: "/accounts.js",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user