more config issues
is it possible to:
- change file manager total storage limit?
- adding custom licence to the wikis?
- delete users?
Total number of visits to this site:
is it possible to:
- change file manager total storage limit?
- adding custom licence to the wikis?
- delete users?
i found a solution:
to change the storage limit change the "file_storage_size" value in "site_setting" table.
the cell type is INT4 so is not possible to allow 10 or more GB per site. if you need more space, change the type to INT5…n(max 11)
gio
to delete users simply delete the corresponding line in the "ozone_user" table.
to add custome license add it by inserting new line in the "license" table.