Making WordPress.org

Opened 8 years ago

Closed 8 years ago

#2029 closed defect (bug) (fixed)

Issue with user 'Logout' from https://core.trac.wordpress.org/ site

Reported by: debabrata-ghosh's profile Debabrata Ghosh Owned by: nacin's profile nacin
Milestone: Priority: normal
Component: Login & Authentication Keywords:
Cc:

Description

'Logout' is not working in https://core.trac.wordpress.org/ site.

Attachments (1)

2029.png (120.3 KB) - added by Debabrata Ghosh 8 years ago.

Download all attachments as: .zip

Change History (9)

@Debabrata Ghosh
8 years ago

#1 @SergeyBiryukov
8 years ago

Confirmed. It performs a chain of 302 redirects:

  1. Location: https://wordpress.org/support/bb-login.php?action=logout
  2. Location: https://login.wordpress.org/?redirect_to=https://core.trac.wordpress.org/
  3. Location: https://core.trac.wordpress.org/

#2 @Otto42
8 years ago

Redirecting to bb-login.php is no longer valid, since the old support forums are not used. The redirect needs to be changed to logout from login.wordpress.org.

#4 @Debabrata Ghosh
8 years ago

This issue also exists in https://plugins.trac.wordpress.org/

Version 1, edited 8 years ago by Debabrata Ghosh (previous) (next) (diff)

This ticket was mentioned in Slack in #meta by otto42. View the logs.


8 years ago

#6 @ocean90
8 years ago

In 4120:

WordPress.org SSO: Add /logout path.

This path is used for non-WordPress systems like Trac. It displays an "Are You Sure" message to confirm the logout action.

See #2029.

#7 @ocean90
8 years ago

  • Owner set to nacin
  • Status changed from new to assigned

@nacin Can you please change the Apache redirect so it uses https://login.wordpress.org/logout/?

#8 @ocean90
8 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed
Note: See TracTickets for help on using tickets.