Closed (fixed)
Project:
Drupal vB
Version:
5.x-2.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
15 Sep 2008 at 20:25 UTC
Updated:
29 Oct 2008 at 00:21 UTC
Jump to comment: Most recent file
This issue is just a placeholder.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | drupalvb-DRUPAL-5--2.login-logout.patch | 5.95 KB | sun |
Comments
Comment #1
sunDrupalvB fails to create a new session for a user in vBulletin upon login.
Since vBulletin supports a "remember me" option, DrupalvB needs to ensure that all cookies from vBulletin are properly deleted.
Both actions need to happen, even if a user navigates away during the request.
Comment #2
sunCommitted attached patch, which adds the menu paths drupalvb/login and drupalvb/logout.
/drupalvb/login should be used as form submission target URL if login forms in vBulletin are not disabled/removed (requires customization to vBulletin's templates).
/drupalvb/logout should be used as a replacement for the regular /logout path and menu item of Drupal core. The regular logout link cannot be altered if the "Navigation" menu block is displayed on a Drupal site. In such cases, one needs to add a rewrite rule to the .htaccess file of Drupal, which redirects any requests from /logout to /drupalvb/logout.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.