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.
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?
<?php
echo md5(md5("paas"));
?>
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?
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. :)
Category Forum
User Administration - 8Labels
None yet
Statistics
4 participants
Notifications
You are not receiving notifications from this thread.
Related Questions