Hi!
I'm using easymod, but i've forgotten the password which the PhpBB ACP easymod-pages require.
Is there any way i can change the password? Is it stored in the sql-db or in a flatfile?
Forgot easymod password
Forum rules
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
-
- Registered User
- Posts: 376
- Joined: Fri Jun 18, 2004 10:58 pm
- Location: Girona, Catalunya (Spain)
- Contact:
Re: Forgot easymod password
This is answered in the readme (find it in the announcements forum).
Re: Forgot easymod password
Thanks
Re: Forgot easymod password
I didn't see it in the readme.doc file you mentioned. All it says is try another password!
Any other ideas/suggestions?
KB
Any other ideas/suggestions?
KB
-
- Registered User
- Posts: 5
- Joined: Wed Dec 14, 2005 3:14 am
Re: Forgot easymod password
I just got screwed the same way with the password whats up with that!
I installed it 3 times now and nadda on the password thing...
I installed it 3 times now and nadda on the password thing...
Re: Forgot easymod password
- ReadMe
- It's been answered here multiple times by Nightrider.
- If you have problems with the pass not working at all, then it's not the same as "Forgot easymod password" what you might notice if you would strain yourself a bit...
- This is 4am .
How To Ask Questions The Smart Way.
ReadMe ver. 0.0.4 for EasyMOD ver. 0.3.0 (on-line at sourceforge)
Recent problems that are not answered in the ReadMe.
My page: DOM, Javascript, SQL - tips&scripts (mostly in Polish, sorry )
ReadMe ver. 0.0.4 for EasyMOD ver. 0.3.0 (on-line at sourceforge)
Recent problems that are not answered in the ReadMe.
My page: DOM, Javascript, SQL - tips&scripts (mostly in Polish, sorry )
Re: Forgot easymod password
it is time to forbid "forgot em password" topics here...
Sorry for my bad English....
Re: Forgot easymod password
Yes my dear, it has been answered several times but:Nux wrote:
- ReadMe
- It's been answered here multiple times by Nightrider.
I didn't want to hassle around with phpMyAdmin so I found out a really easy way to reset te EasyMod password.
In the following description I refer on the version 0.3.0 which apparently seems to be the final version. If your version is adifferent one just replace the version numbers I wrote, accordingly.
1.) deinstall EasyMod ReadMe
2.) search in the easymod_install.php for the string 0.3.0 and change it to something else, let's say 0.3.0.x (the version number 0.3.0 is still stored in the database and the installation procedure doesn't allow to install the same version "twice")
3.) install EasyMod (with the modified easymod_install.php) again ReadMe
4.) enter to the MODs Center's History, click on details of the EasyMod 0.3.0 and delete it. (Leave alone EasyMod 0.3.0.x, it is your new EasyMod!!!)
5.) again, in the Mods Center, go to Settings and change the version number 0.3.0.x back to 0.3.0
Done.
For lesser experienced people (most of us are!) it is the easiest way to reset a forgotten EM password.
Time to forbid forbidders here...
-
- Registered User
- Posts: 2
- Joined: Sun Sep 23, 2007 9:25 pm
Re: Forgot easymod password
what if you dont even have an easymod password, due to it being "deleted" when doing a backup
Re: Forgot easymod password
Reseting the EasyMOD password via phpMyAdmin:
Go into the MySQL database.
Find the table phpbb_config
Then find the entry "EM_password"
It will contain an encrypted version of the password.
Edit it, and replace the encryption with:
This changes the password to a blank password (just press enter).
Then you can just change the password to something that you will remember, in the EasyMOD Settings in the ACP.
See if that works for you.
- Poomie
Go into the MySQL database.
Find the table phpbb_config
Then find the entry "EM_password"
It will contain an encrypted version of the password.
Edit it, and replace the encryption with:
Code: Select all
d41d8cd98f00b204e9800998ecf8427e
Then you can just change the password to something that you will remember, in the EasyMOD Settings in the ACP.
See if that works for you.
- Poomie