1 coldhart Jan 15, 2008 03:38
3 coldhart Jan 15, 2008 04:02
Worked like a charm!
4 afwas Jan 15, 2008 04:04
:p
5 slamp Jan 15, 2008 10:21
Afwas, how can we generated the encrypt string ?
6 yabba Jan 15, 2008 10:51
PHP version :
<?php
echo md5( 'your shiny new password' );
?>
MYSQL version
UPDATE evo_users SET user_pass = md5( \'your shiny new password\') where user_ID = ##
Replace ## with your user id ;)
¥
7 afwas Jan 15, 2008 15:54
I use http://www.netadvies.nl/cgi-bin/md5.cgi It's in Dutch, but even other people find the input box fairly quickly.
Through phpMyAdmin you can access your database.
Select the correct database in the left hand box
Find evo_users and hit "Browse"
http://www.blog.hemminga.net/B2evoforum/phpMyAdmin_evo_users.png
In this box hit the pencil "Edit"
http://www.blog.hemminga.net/B2evoforum/phpMyAdmin_users.png
For the password (the string with random numbers and letters) fill in "b3188adab3f07e66582bbac456dcd212" without the quotes.
Save, leave phpMyAdmin and enter your blog. Your password is now "cabbage" without the quotes.
Good luck