[Owncloud] password reset

Georg Ehrke ownclouddev at georgswebsite.de
Fri Jun 22 17:22:16 UTC 2012


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
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud




More information about the Owncloud mailing list