mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #03872
[Bug 783208] Re: when adding a new user with quota above maximum, no error is given
Fix above doesn't actually check against max size, if a quota above
maximum is given, that value is used, when it shouldn't (it should
complain)
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/783208
Title:
when adding a new user with quota above maximum, no error is given
Status in Mahara ePortfolio:
In Progress
Bug description:
in admin/users/add.php
if you specify a quota larger than the maxium (as specified in admin/extensions/pluginconfig.php?plugintype=artefact&pluginname=file&type=file)
You would expect an error to show that it is above maxium, but there is none, a user is created with the default quota
References