nextcloud-oidc-login
nextcloud-oidc-login copied to clipboard
Quota overwrite
When I have set a user quota, after the next login, it will be overwritten by the default quota. Is it possible not to overwrite the quota that has been set?
Thx~~😀
You should be supplying the quota from the OIDC provider if you want different quotas for different users. See ownCloudQuota in the readme.
@pulsejet
thx, but the OIDC provider (gitlab) I use cannot support custom attributes, such as: quotas.
So is there any other way?😢
You'll have to patch the code I guess. Maybe someone could work on this and have an option to set user quota on on user creation depending on a config flag.