WSN Links
Featuresspacer Showcasespacer Reviewsspacer Demosspacer Purchasespacer Manualspacer Support

Register | Forgot Password
Can't Login to Admin Panel
Can't Login to Admin Panel

First, see if you can login from the user side (index.php?action=userlogin) and then go to the admin panel after that.

If it tells you you're logging in, but then redirects to a screen showing you're not logged in, that means you have a cookie problem. Some security software blocks cookies, so check your security software as well as your web browser settings. Check if the login works when using a different web browser with which you haven't logged in with before, or after clearing your cookies. Be sure that you've set your browser to accept cookies. If you still have no luck it's likely you have conflicting or incorrect cookie paths. You can override your cookie path and cookie domain with $cookiepath and $cookiedomain lines in tweaks.php.

If you get a message simply stating that your login is incorrect, check if you selected to use e-mails as usernames -- sometimes people select that and then forget that they have, and thus are suprised that the username doesn't work because they're not using the email.

If you can't remember your password, use the lost password form located on the index.php?action=userlogin page of your site. If you don't have an email address in your profile, edit one in through phpmyadmin and return.

Alternately, if for some reason you can't generate a new password, here's what to do:

1) Register as a new member at your own site.
2) Use phpmyadmin to go directly into the database on your server, and manually edit the usergroup for this new member in your wsnlinks_members table to change it to 3. Usergroup 3 is the administrative group. Note: If you require validation of members you'll also need to change the 'validated' field to '1'.
3) Now you can login with the new member's name and edit the password for your orginal username.

Another possibility is that you have recently changed the member system integration setting, in which case you should see http://scripts.webmastersite.net/wsnlinks/wsnmanu...

Another possibility is that you logged out while in debug mode 'show all queries as executed'. Use phpmyadmin to run this query:

UPDATE wsnlinks_settings SET content="0" WHERE name="debug";

Change wsnlinks_ to your own prefix if applicable.

Rating:


3.46/5 based on 46 votes. The median rating is 5.

Submitted: 11/18/03 (Edited 07/22/08)

Description: What to do when you appear to be completely locked out of your directory's admin panel.

Views: 13771 views. Averaging 8 per day.
In the most recent 30 day period, there've been 3 views.

Previous Article | Next Article

Home    |    Features    |    Showcase    |    Reviews    |    Demos    |    Purchase    |    Manual    |    Support