Making WordPress.org

Opened 9 years ago

Closed 9 years ago

#1423 closed defect (bug) (fixed)

Support forums login does not redirect to original page

Reported by: ericdaams's profile ericdaams Owned by: stephdau's profile stephdau
Milestone: Priority: normal
Component: Login & Authentication Keywords: close
Cc:

Description (last modified by ocean90)

The login link at the bottom of support forums, threads or plugin/theme review pages all redirect to https://wordpress.org/support/, instead of the page where the link was originally clicked. Examples:

Related ticket: #1422

Change History (5)

#1 @ocean90
9 years ago

  • Description modified (diff)

#2 @stephdau
9 years ago

In 2150:

WPORG SSO (login.wordpress.org):

  • Adding an WPOrg_SSO::has_host() method to test if we have $_SERVERHTTP_HOST?
  • Testing for WPOrg_SSO::has_host() before proceeding,no need to if we don;t have one (EG: cron'd processes)
  • Adding a $_SERVER['HTTP_REFERER'] test to WPOrg_SSO::_get_safer_redirect_to(), which now also enables SSO for our Trac instances (see #1422) and improves it for our BB instances (see #1423).

#3 @stephdau
9 years ago

  • Owner set to stephdau
  • Status changed from new to accepted

Thanks for the report @ericdaams. All set. :)
I'll let you close the ticket of you're satisfied with the solution.
Let me know if there's anything else, otherwise.

#4 @ericdaams
9 years ago

  • Keywords close added

Looks like things are working perfectly now @stephdau. Thanks for that.

#5 @stephdau
9 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

Thanks for a great catch, and taking the time to report it. :)

Note: See TracTickets for help on using tickets.