That worked. Thanks.
For those who also find themselves in this predicament
<?php
include('/installationPath/system/classes/utils.php');
echo Utils::crypt('mynewpassword');
?>
Paste the returned value in the Users table.
On Jul 28, 9:00 pm, "Michael C. Harris" <[email protected]>
wrote:
> 2009/7/29 CSciborg <[email protected]>:
>
>
>
> > Okay, so it has been forever and a half since I have updated my blog
> > and I have forgotten the password. How do I go about resetting the
> > password if I don't have a password reset link?
>
> > I have tried manually editing it in the habari_users table to no
> > avail.
>
> Call Utils::crypt('mynewpassword') and then insert the returned value
> into the users table.
>
> --
> Michael C. Harris, School of CS&IT, RMIT
> Universityhttp://twofishcreative.com/michael/blog
> IRC: michaeltwofish #habari
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/habari-users
-~----------~----~----~----~------~----~------~--~---