SmartFAQ is developed by The SmartFactory (https://www.smartfactory.ca), a division of InBox Solutions (https://www.inboxsolutions.net)

How can i reset the administrator password?
In case you lost your admin password and recovering it by mail does not work for any reason here is how you can solve the problem.

First you should know that the password is stored in the table users. The actual field is pass.
The password is stored in md5 format.

So what you need to do is:

1. Go to phpmyadmin or similar db management tool.
2. Open _users table
3. Locate your record (probably the first)
4. Edit the record
5. Set the password field by writing a new pw and setting the "function" to MD5
6. Log in with your new password


[original answer by mithrandir]


The comments are owned by the author. We aren't responsible for their content.
user

 can not login to admin account


Hello,

I try this but it still does not let me log in. I bounce right back to the home page every time.
It says that the login is successful but I do not see Administration Links to get to the admin section.

 
user

 Re: can not login to admin account


Hi AmyMarie,

Try deleting the contents of the table <prefix>_session.

P.s.: I recommend that you always put your questions in the forum

 
user

 can not login to admin account


Ok I did that and now when I try to log in I get this message that is was successful but then it jumps to this message

The requested URL /../htdocs/user.php was not found on this server.

How can this happen?

 


Login

Who's Online

149 user(s) are online (2 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 149


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Did you know ?

you can present high resolution flash images and zoom in with increased detail?

Random question

Is there an easy way to stop XOOPS from inserting the target="_blank" in custom block?