Changeset 9832
- Timestamp:
- 05/07/2020 02:02:11 AM (5 years ago)
- Location:
- sites/trunk
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/wporg-sso/wp-plugin.php
r9461 r9832 163 163 $this->valid_sso_paths['pending-profile'] = '/register/create-profile/(?P<profile_user>[^/]+)/(?P<profile_key>[^/]+)'; 164 164 $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>[^/]+)';169 165 170 166 // Primary registration route.
Note: See TracChangeset
for help on using the changeset viewer.