5cf0266d24
The admin_create_user method was using hardcoded quota values (100GB for admin, 1GB for user) instead of the capped_quota method that checks available disk space. This could result in setting a quota higher than the actual available disk space. Fixes #92