Remove features including SSO on wp-login/php #723
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Removes deprecated settings, including SSO check on wp-login.php. If SSO is required, turn on Features > Universal Login Page on the Auth0 plugin settings page.
Specifics:
WP_Auth0_Lock10_Options::get_sso()
methodWP_Auth0_Lock10_Options::get_sso_options()
methodWP_Auth0_LoginManager::auth0_sso_footer()
methodWP_Auth0_LoginManager::auth0_singlelogout_footer()
methodWP_Auth0_Admin_Features::render_password_policy()
methodWP_Auth0_Admin_Features::render_sso()
methodWP_Auth0_Admin_Features::render_passwordless_enabled()
methodWP_Auth0_Admin_Features::render_mfa()
methodWP_Auth0_Admin_Features::render_fullcontact()
methodWP_Auth0_Admin_Features::render_fullcontact_apikey()
methodWP_Auth0_Admin_Features::render_geo()
methodWP_Auth0_Admin_Features::render_income()
methodWP_Auth0_Admin_Features::sso_validation()
methodWP_Auth0_Admin_Features::security_validation()
methodWP_Auth0_Admin_Features::fullcontact_validation()
methodWP_Auth0_Admin_Features::mfa_validation()
methodWP_Auth0_Admin_Features::georule_validation()
methodWP_Auth0_Admin_Features::incomerule_validation()
methodWP_Auth0_Admin_Features::render_features_description()
methodNote to reviewers: Changes to PO, MO, and POT files are just removing now-unused translations.
Testing