Making WordPress.org

Changeset 9832


Ignore:
Timestamp:
05/07/2020 02:02:11 AM (5 years ago)
Author:
dd32
Message:

Login: Remove old registration flow stub templates.

Location:
sites/trunk
Files:
2 deleted
1 edited

Legend:

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

    r9461 r9832  
    163163                $this->valid_sso_paths['pending-profile']  = '/register/create-profile/(?P<profile_user>[^/]+)/(?P<profile_key>[^/]+)';
    164164                $this->valid_sso_paths['pending-create']   = '/register/create/(?P<confirm_user>[^/]+)/(?P<confirm_key>[^/]+)';
    165 
    166                 // Old "Create immediately" flow, kept as in-progress registrations need it.
    167                 $this->valid_sso_paths['register-profile'] = '/register/profile/(?P<profile_user>[^/]+)/(?P<profile_nonce>[^/]+)';
    168                 $this->valid_sso_paths['register-confirm'] = '/register/confirm/(?P<confirm_user>[^/]+)/(?P<confirm_key>[^/]+)';
    169165
    170166                // Primary registration route.
Note: See TracChangeset for help on using the changeset viewer.