I lost password for my owncloud admin account .
In owncloud 7 / 8 you have an occ command you can use to fix that ( requires root access to the server ) .
sudo -u apache php /path/to/webroot/owncloud/occ user:resetpassword [you admin username]
Thank you 2daygeek.com