mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 01:35:25 +02:00
graph: Allow provisioning users with legacy names (#5255)
Via configuration you can now configure to skip the validation of username and instead decide to trust the upstream system that is adding users.
This commit is contained in:
committed by
Ralf Haferkamp
parent
7c9452768e
commit
96239af982
@@ -36,6 +36,7 @@ func DefaultConfig() *config.Config {
|
||||
},
|
||||
API: config.API{
|
||||
GroupMembersPatchLimit: 20,
|
||||
UsernameMatch: "default",
|
||||
},
|
||||
Reva: shared.DefaultRevaConfig(),
|
||||
Spaces: config.Spaces{
|
||||
|
||||
Reference in New Issue
Block a user