Ticket #1239 (closed enhancement: fixed)

Opened 5 years ago

Last modified 3 years ago

wp-login.php does not allow redirect_to on logout

Reported by: error Owned by: skippy
Priority: normal Milestone:
Component: Administration Version: 1.5.2
Severity: normal Keywords: bg|has-patch bg|dev-feedback
Cc:

Description

When logging in with wp_login.php it is possible to pass a redirect_to parameter to control the page the user gets after login. There is no corresponding way to control the page the user gets after logout. This is a request to implement the redirect_to parameter for logout. Thank you!

Attachments

wp-login.php.diff Download (1.2 KB) - added by error 5 years ago.

Change History

error5 years ago

error5 years ago
  • Patch set to No
  • resolution changed from 10 to 20
  • Patch changed from No to Yes

Uses similar code to the 'login' redirect_to parameter to accept and use a redirect_parameter on logout.

It also fixes issue 1240, as both issues were related to the same general "login/logout form on the public blog that shoves you back to the page you were viewing after login/logout" idea by io_error.

error5 years ago

skippy5 years ago
  • keywords bg|has-patch bg|dev-feedback added
  • owner changed from anonymous to skippy
  • status changed from new to assigned

I'm still in favor of this.

skippy5 years ago
  • milestone set to 1.5.2

matt4 years ago
  • milestone changed from 1.5.2 to 1.6

This makes sense, but not in the same way as logging in does. If you were on admin page X and click log out, there's no point in being redirected back to X as you're now logged out and can't view that page. Actually, redirecting back to X would bounce you back to the log in page, so there'd be no net effect.

However, if the redirect_to parameter pointed to a non-admin page, such as the blog home page, this would make sense. Personally, i think we should always redirect back to the blog home after logging out. The current situation, the login screen displayed immediately after logging out, is useless: they've just logged out, why would they then immediately log back in again?

  • version changed from 1.5.1 to 1.5.2

matt4 years ago
  • status changed from assigned to closed
  • resolution set to fixed

(In [3044]) Allow redirect on logout, fixes #1239

  • milestone 2.0 deleted

Milestone 2.0 deleted

Note: See TracTickets for help on using tickets.