Making WordPress.org

Changeset 9226


Ignore:
Timestamp:
10/23/2019 11:35:21 PM (5 years ago)
Author:
dd32
Message:

Login: Hard-code the lostpassword endpoint to avoid including the regex in the public-facing urls :)

See #4739.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/common/includes/wporg-sso/wp-plugin.php

    r9224 r9226  
    331331         */
    332332        public function lostpassword_url( $lostpassword_url, $redirect ) {
    333             $lostpassword_url = $this->sso_host_url . $this->valid_sso_paths['lostpassword'];
     333            $lostpassword_url = $this->sso_host_url . '/lostpassword';
    334334
    335335            if ( ! empty( $redirect ) ) {
Note: See TracChangeset for help on using the changeset viewer.