There’s a few ways to reset your admin password for owncloud but this is the way I like to do it.
cd /var/www/owncloud
chmod +x occ
./occ user:resetpassword admin
enter password twice, that’s it your admin password has now been changed.
There’s a few ways to reset your admin password for owncloud but this is the way I like to do it.
cd /var/www/owncloud
chmod +x occ
./occ user:resetpassword admin
enter password twice, that’s it your admin password has now been changed.