Betreff: Re: Login problem
Hi,
so the forum software is not sending an email to you with the instructions how to set a new password? Is the forum sending other emails? You may set the password for your account manually. Just apply the md5 hash function used in mysql on your desired password, e.g.
UPDATE v_user SET pw = MD5('BLA') WHERE id = 123
where 123 is your user id (it's probably number 1 as admin who installed the software) and BLA the desired password.
MaMo
Matthias M.
=> Support nur per Forum - dann haben alle etwas davon!
Dieser Beitrag wurde
1
mal editiert, das letzte Mal am 09.03.2014, 20:55 von MaMo.