mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 17:36:01 +03:00
[GH-ISSUE #279] Add a feature to override quota setting per account #263
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#263
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/279
Originally assigned to: @tonioo on GitHub.
Originally created by Reza Muhammad on 2012-06-22T16:09:01Z
There should be a way for admins (or reseller / super admins) to override the quota of a user account.
In my case, I set a default of (for example) mydomain.com to have a 1024MB for the quota. But there are a few users that I will let them have 2048MB.
Right now, the only way I can do that is by increasing the domain's quota to 2048MB (by super admin), edit the intended users' quota to 2049MB and change the default quota back to 1024MB. Personally, I don't think that is practical
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2012-06-26T08:41:26Z
Applied in changeset commit:9e4b0161df3b.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Reza Muhammad on 2012-06-26T09:23:39Z
Hey Antoine,
The super admin still can not override the quota for accounts. Here's my workflow:
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2012-06-26T09:35:52Z
It should work now, can you retry ?
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Reza Muhammad on 2012-06-26T10:25:48Z
those tests were executed with revision 8efc3ec5d55a source code. I have deleted all the .pyc just to be sure but it was like the above
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2012-06-26T10:48:39Z
Can you try with revision 145fd72fca82 (which is the newest one).
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Reza Muhammad on 2012-06-26T16:56:12Z
nice.. it works now.