Closed (works as designed)
Project:
Pubcookie
Version:
5.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2008 at 22:00 UTC
Updated:
17 Apr 2013 at 19:36 UTC
Is it possible to make the actual login block optional? Just have it trigger PubCookie without "login" action?
Comments
Comment #1
geste commentedNot sure this is a feature request or request for information......
All of our intranet Pubcookie settings are set in several Apache virtual hosts in a number of /etc/httpd/conf.d/*.conf files. As such, there isn't a login directory with .htaccess. As it stands now, will the Pubcookie module work with this type of config? I tried leaving that setting blank, but did not seem to work.
Thanks!
Jim.
Comment #2
jvandyk commentedI think you would have to assign the Apache pubcookie settings to a subdirectory of your Drupal site using the Directory directive in httpd.conf. Pubcookie triggers because the client lands at the path defined in the menu hook. See the "Why It Works" section of the README file.