Changes between Version 1 and Version 2 of owncloud-admin
- Timestamp:
- Oct 6, 2013, 2:21:29 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
owncloud-admin
v1 v2 10 10 * We're using the postgres package not the mysql package. If you want to muck around in the database: `su - www-data` and then `psql owncloud` 11 11 * We're authenticating using the [wiki:login-service login-service] (web api). User accounts are created on the fly. 12 * The admin username and password are in [wiki:keyringer keyringer]. However, try to avoid logging in as the admin, and if you change any configuration options, /etc/owncloud/config.php may get overwritten (which contains arecustom user backend). A copy should be available at /etc/owncloud/config.php.bak12 * The admin username and password are in [wiki:keyringer keyringer]. However, try to avoid logging in as the admin, and if you change any configuration options, /etc/owncloud/config.php may get overwritten (which contains our custom user backend). A copy should be available at /etc/owncloud/config.php.bak 13 13 * A 5GB per user quota is set. This is configured by logging in as admin and then clicking to administer users. Quotas can be changed on a per user basis. 14 14