Author Topic: Admin Validating Users Problem  (Read 4320 times)

0 Members and 1 Guest are viewing this topic.

Offline hurricane

  • Pre-Newbie
  • Posts: 6
    • View Profile
Admin Validating Users Problem
« on: January 18, 2003, 07:26:52 PM »
Hi,

I have my gallery set up so I have to approve registrations. When I receive the validating email I follow the url and receive this error message...

"You are not logged in or do not have permissions to enter this site!"

It did work at one point, but it's stopped. I've changed nothing that can affect this I'm sure...

Thanks...

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Admin Validating Users Problem
« Reply #1 on: January 18, 2003, 08:35:49 PM »
try delete cookies
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline hurricane

  • Pre-Newbie
  • Posts: 6
    • View Profile
Admin Validating Users Problem
« Reply #2 on: January 18, 2003, 08:52:31 PM »
Thanks for the reply... all cookies cleared and still the same.  :?

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Admin Validating Users Problem
« Reply #3 on: January 19, 2003, 04:19:39 AM »
Open includes/constants.php and check this:
Code: [Select]
// If you set this to 1, admins will authenticated additionally with cookies.
// If you use "User Integration", you should set this to 0.
define('ADMIN_SAFE_LOGIN', 0);

Try setting it to 1