Loading...
 
Architecture / Installation

Architecture / Installation


help!

posts: 3

When I logged in for the first time as an admin, I changed my password, as you have to. I must have accidently pressed an extra letter when putting in my password because now it says "invalid username / password" redface Can you help me?
P.S: I am completely new to php, mySQL e.c.t, so I will need an "Idiots guide" on how to do it.


posts: 2881 United Kingdom

You'll find the answer in the FAQs section on tikiwiki.org

Alternatively you can type this in phpMyADMIN

Copy to clipboard
UPDATE users_users SET hash=md5('adminapple') where login='admin';


that will reset admin's password to apple.

Cheers

Damian