This issue is just a placeholder.

CommentFileSizeAuthor
#2 drupalvb-DRUPAL-5--2.login-logout.patch5.95 KBsun

Comments

sun’s picture

Version: 5.x-2.x-dev » 5.x-2.1
Assigned: Unassigned » sun
Priority: Normal » Critical

DrupalvB 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.

sun’s picture

Status: Active » Fixed
StatusFileSize
new5.95 KB

Committed 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.