Posted by skizzo on March 31, 2009 at 9:01pm
Jump to:
| Project: | Secure Site |
| Version: | 6.x-2.2 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
After installing Securesite I experienced the following problems:
1) when using "HTML form" I get a blank page instead of login form, and following errorPHP Fatal error: Unsupported operand types in /var/www/drupal/sites/all/modules/logintoboggan/logintoboggan.module on line 175
2) when using "HTTP Basic" then I can login, but cannot logout
DIsabling logintoboggan I see the expected Securesite behaviour.
Are the two incompatible? Thank you.
Comments
#1
The "HTML Form"method is indeed broken when used with logintoboggan. I get the same error.
With "HTTP Basic" what you are experiencing is that when you hit logout, you are suddenly being redirected by logintaboggan to a login page, as you don't have access to the content you are on when not logged in. This 403 is re-triggering http authentication. It asks you for your password again, but it in fact is logging you out, it's just immediately offering to log you back in in a loop between these two modules.
#2
Adding my voice to this issue as well — same problem here.
#3
subscribing.
It shows "You have not been authorized to log in to secured pages." when I login with users other that super user (UID=1)
And while I disable SecureSite, everything is back to expected.
#4
[edit] removing previous Reply
#5
Here's another issue between Secure Site and LoginToboggan: #607152: declare #validate and #submit for consistency.
#6
Same problem.
#7
Same here for toboggan or email registration module.