Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quota value is updated incorrectly for some users #3

Open
psyllost opened this issue Dec 11, 2015 · 3 comments
Open

Quota value is updated incorrectly for some users #3

psyllost opened this issue Dec 11, 2015 · 3 comments
Assignees

Comments

@psyllost
Copy link

The quota of some users (i.e me, Lars) is updated to zero whenever they log in. In get_user_attribute() function, the quota is set equal to the mail of the user (mailMapping) and as a result the update_quota() function converts this string to computer file size (thus to zero).

Also, I think that this function should not convert to computer file size because the quotas are stored as human file size in the db table (this is also a bug in owncloud's app). I am not sure why this function is called with login on test. This is not the case on silo.

@psyllost
Copy link
Author

I haven't fixed this yet but as a result of zero quota, a user cannot upload anything or save files.

@psyllost
Copy link
Author

Need help for that. I don't want to mess the certificates.

@larsnaesbye
Copy link

OK, let's have a look at the certificates then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants