FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Reset admin password from database (Reset administrator password without email)
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Reset admin password from database [message #169303 is a reply to message #168770] Fri, 20 September 2013 20:38 Go to previous message
juha is currently offline  juha   Czech Republic
Messages: 1
Registered: September 2013
Karma:
Junior Member
There is more elegant way when you have an access to backend database and you have forgotten user password.

Query the login and email

SELECT login, email FROM fud30_users;

and change the email to valid one

UPDATE fud30_users SET email="my(at)valid(dot)email' WHERE login=admin;
COMMIT;

Remediate the password on password recovery screen in fudforum (link from logon dialog).
* Follow email instructions and that's it (follow one reset link and wait for 2nd email with initial password)

Of course when your mail system is not workin is much dificult (constructing SHA hashes again). Does anyone try to manipulate with privileges or user id ?


petr
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Insert a message into a thread
Next Topic: Switch between User view and admin view
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Nov 23 20:33:24 GMT 2024

Total time taken to generate the page: 0.04749 seconds