Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Recover my "Admin Password" v7.xxx?

Asked Modified Viewed 3,727 times
G
gojuryu
G
www.gojuryu.net
Online since 1998 & running PHP-Fusion since 2004
  • Member, joined since
  • Contributed 105 posts on the community forums.
  • Started 16 threads in the forums
  • Started this discussions
asked
Member

How or where can I recover my "Admin Password" in v7.x?

Maybe it is me but I truly cannot remember!
Edited by gojuryu on 26-07-2008 01:19,
0 replies

7 posts

X
Xessive
X
I am not always right, but I'm never wrong.
http://www.xessive.nl
  • Senior Member, joined since
  • Contributed 327 posts on the community forums.
  • Started 4 threads in the forums
answered
Senior Member

Can you register and login without Admin activation?
Do you have access to PHPMyAdmin?

If both answers are yes do the following:
1. create a new user with a specific password.
2. open PHPMyAdmin and copy the MD5 hashed password from
that users password field to the password field of the admin
account
3. login using that password

If any of the questions answers NO, then you've got a problem.
0 replies
M
mojkan
M
mojkan 10
  • Member, joined since
  • Contributed 129 posts on the community forums.
  • Started 32 threads in the forums
answered
Member

Quote

Xessive wrote:
Can you register and login without Admin activation?
Do you have access to PHPMyAdmin?

If both answers are yes do the following:
1. create a new user with a specific password.
2. open PHPMyAdmin and copy the MD5 hashed password from
that users password field to the password field of the admin
account
3. login using that password

If any of the questions answers NO, then you've got a problem.


Maybe he has upgraded from version 6. I think the pw for admin is blank by default. If not, do as he says above, type in a new admin_password and use MD5 one time and run. Then go to the table again, and run MD5 one more time (do not touch the admin pw it self). V7 encrypts the information 2 times MD5.
0 replies
G
gojuryu
G
www.gojuryu.net
Online since 1998 & running PHP-Fusion since 2004
  • Member, joined since
  • Contributed 105 posts on the community forums.
  • Started 16 threads in the forums
  • Started this discussions
answered
Member

Yes - again, this is v7.xx

There is my own user password and then there is version 7.x's admin password. In otherwords, in order to create a new panel, I need to input my v7.x admin password. If I am simply logging in and approving link submissions, I only need to input my user password.

So again, what are the steps to recover my Admin Passwrd?
0 replies
X
Xessive
X
I am not always right, but I'm never wrong.
http://www.xessive.nl
  • Senior Member, joined since
  • Contributed 327 posts on the community forums.
  • Started 4 threads in the forums
answered
Senior Member

Quote

gojuryu wrote:
Yes - again, this is v7.xx

There is my own user password and then there is version 7.x's admin password. In otherwords, in order to create a new panel, I need to input my v7.x admin password. If I am simply logging in and approving link submissions, I only need to input my user password.

So again, what are the steps to recover my Admin Passwrd?


Try copying the user password to the admin password field (so your useraccount has the same password for logging in and doing admin stuff). This is done through PHPMyAdmin

After that change your admin password in your profile. This is done through PHP fusion> Edit Profile
0 replies
G
guy18iran
G
I Am Myself. grin
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
answered
Newbie

I have another way.
Open a php file and write in it this code:
<?php
echo md5(md5("paas"));
?>

Run it.
Go to PHPMyAdmin.
And copy the output to your admin password field.
Why this way?
user password and admin password should NOT be same.
The way above may cause problem, I think. :)
Edited by guy18iran on 28-07-2008 11:06,
0 replies
M
mojkan
M
mojkan 10
  • Member, joined since
  • Contributed 129 posts on the community forums.
  • Started 32 threads in the forums
answered
Member

Quote

gojuryu wrote:
Yes - again, this is v7.xx

There is my own user password and then there is version 7.x's admin password. In otherwords, in order to create a new panel, I need to input my v7.x admin password. If I am simply logging in and approving link submissions, I only need to input my user password.

So again, what are the steps to recover my Admin Passwrd?


Do as I said! Open up phpMyadmin, find your user, in users table, and view it. Then just type in a new admin password in the correct field and MD5 it one time, then go back and just MD5 it one more time.
Edited by mojkan on 28-07-2008 11:58,
0 replies
X
Xessive
X
I am not always right, but I'm never wrong.
http://www.xessive.nl
  • Senior Member, joined since
  • Contributed 327 posts on the community forums.
  • Started 4 threads in the forums
answered
Senior Member

Quote

guy18iran wrote:
I have another way.
Open a php file and write in it this code:
<?php
echo md5(md5("paas"));
?>

Run it.
Go to PHPMyAdmin.
And copy the output to your admin password field.
Why this way?
user password and admin password should NOT be same.
The way above may cause problem, I think. :)


I know but setting the Admin password the same as the users password through PHPMyAdmin
solves the problem. I also stated that he / she should change the admin password afterwards.

I didn't know that the code you specified would work. Nice. Saved it to my code Db. Thanks!
0 replies

Category Forum

User Administration - 8

Labels

None yet

Statistics

  • Views 0 views
  • Posts 7 posts
  • Votes 0 votes
  • Topic users 4 members

4 participants

G
G
www.gojuryu.net
Online since 1998 & running PHP-Fusion since 2004
  • Member, joined since
  • Contributed 105 posts on the community forums.
  • Started 16 threads in the forums
  • Started this discussions
X
X
I am not always right, but I'm never wrong.
http://www.xessive.nl
  • Senior Member, joined since
  • Contributed 327 posts on the community forums.
  • Started 4 threads in the forums
G
G
I Am Myself. grin
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
M
M
mojkan 10
  • Member, joined since
  • Contributed 129 posts on the community forums.
  • Started 32 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet