Skip to content

3.8.0

Compare
Choose a tag to compare
@joshcanhelp joshcanhelp released this 06 Nov 18:28

Full Changelog

Notes on this release

  • Administrators can now mark certain strategies as able to skip email verification. This is typically used for Enterprise strategies that do not provide an email verification flag. This should be used sparingly and only for connections that do not provide this flag.
  • Password changes for WordPress users now work properly and are rejected clearly if Auth0 rejects the change (typically because the password does not conform to the password policy). A current API token is not required but your Application does need to allow for a Client Credentials grant with the Management API (this configured for you by default, more information here).
  • The wp-login.php page is no longer used for any callback processing. If you are using this page to process callbacks in a custom plugin or theme, please update to use the main callback URL for the implicit flow /index.php?auth0=implicit. In addition, users that are already logged in will be redirected to the default login page when accessing wp-login.php.
  • Error logging has been improved in general, along with improvements to the error log display. Consecutive, duplicate errors are now combined, the error log now shows more entries, and entries can be cleared from the admin.
  • The "Auto-Login" setting has been renamed to "Universal Login Page" and moved from the Advanced tab to the Features tab. The functionality is the same as before and will retain the existing setting.

Issues and PRs

Closed issues

  • Plugin tries to create a user if they log in a different way #539
  • Problems with implicit login in > 3.6 #536
  • Add authorization token to header for external request #534
  • Configuring auth0 OIDC URL parameters #521
  • Single sign on shows the login username/password fields briefly before automatically signing in #508
  • Better behavior when logged-in users visits wp-login.php #414
  • Profile password update changes #375
  • auth0 forgot password doesn't change WP password #310
  • Woocommerce can't change user password #300

Added

Changed

Deprecated

Fixed