Hi Simon,
the easiest would be in my opinion to upload a php file (/setpassword.php):
---
<?php
require_once('lib/base.php');
OC_User::setPassword('yourusername', 'yournewpassword');
?>
---
and execute it.Cheers, Georg Ehrke Am 22.06.2012 um 18:59 schrieb Simon Brereton: > Hi > > I forgot the password I used for the admin account when I installed owncloud > :) > > I have access to the oc_users table, so I could change it there > (asking for the email reset didn't work). > > However, what is the encryption function? > > Is there a better way to recover this? > > Simon > _______________________________________________ > Owncloud mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/owncloud _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
