Jump to content

Recover mybb account: Difference between revisions

From www.ReeltoReel.nl Wiki
Pvdm (talk | contribs)
mNo edit summary
 
(No difference)

Latest revision as of 15:04, 19 November 2023

goto mysql;

ga naar database;

execute:

UPDATE `mybb_users` SET `salt` = ' ', `password` = 'YOUR_PASSWORD' WHERE `uid` = '1'; 

waarbij mybb_users de usertabel is en hopelijk de admin account id 1 heeft (en let op de backticks!!)