Closed (works as designed)
Project:
Secure Site
Version:
5.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2008 at 19:49 UTC
Updated:
20 Dec 2010 at 04:53 UTC
Steps to recreate:
What happens: user can't login, gets the .htaccess screen repeatedly. In Safari, it says the "area" is the settings for "Authentication realm" but with a number attached to the end. Meaning the realm changes on each page load for new users?
Comments
Comment #1
darren ohThis is because the Legal module logs users out before presenting them with the terms and conditions. Set your configuration to bypass
legal_accept/*. The realm change is necessary to allow Internet Explorer and Opera users to log out.Comment #2
eidolon nightWhere do I set this configuration on the latest Secure Site? This still appears to be an issue: http://drupal.org/node/146825
Comment #3
darren ohThese instructions do not apply to the Drupal 6 version. The Drupal 6 version lets other modules control access. Configure Secure Site to force authentication on restricted pages.