forgot password

This is a temporary forum setup for the purpose of discussing the EMC standards
Locked
Nightmare007
Registered User
Posts: 3
Joined: Tue May 02, 2006 9:21 pm

forgot password

Post by Nightmare007 »

I think this is the right place. I forgot my EasyMOD password to my forum. and no I didn't write it down :cry: I am wondering if there is an EasyMOD file that saves the password? thank you for your help. :) :D :lol: :mrgreen:

Jdude
Posts: 41
Joined: Fri Jun 30, 2006 11:50 pm

Re: forgot password

Post by Jdude »

Click "I forgot my password" It should e-mail you a new one.
I <3 phpBB!

Nightmare007
Registered User
Posts: 3
Joined: Tue May 02, 2006 9:21 pm

Re: forgot password

Post by Nightmare007 »

Jdude wrote: Click "I forgot my password" It should e-mail you a new one.

where can I fine that?

Jdude
Posts: 41
Joined: Fri Jun 30, 2006 11:50 pm

Re: forgot password

Post by Jdude »

I'm stupid, I was thinking of logging onto phpBB... For easymod, I think I read about a way to retrieve your pass. GO into the readme, there's something there about your problem.
I <3 phpBB!

ramonfincken
Registered User
Posts: 3
Joined: Sat May 14, 2005 8:14 pm
Location: Amsterdam, the Netherlands/Europe
Contact:

Re: forgot password

Post by ramonfincken »

the password is a MD5 hash and it is stored in your config table of the database.
Reset password to 'test'
ryangassxx wrote: Is there a mod that allows for an admin to retrieve a user's password?


I don't know where you need that for
but in your case I suggest you take this one:

Code: Select all

098f6bcd4621d373cade4e832627b4f6
it is : "test" md hashed

put it in the user_password field of the users table of your database and
make sure you log in immediately and change it!

Locked