====== Nextcloud infos ====== ===== User Management ===== See [[https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html#user-commands-label|the OCC Manual]] for detailed instructions. * The ''occ'' command can be invoked by typing \\ sudo -u www-data php /var/www/nextcloud/occ \\ (I have this aliased as occ) * Add a user by typing \\ ''occ user:add --display-name NAME UID'' * Reset a users password by typing \\ ''occ user:resetpassword''