Display the SSO login form as the default when both the default and SSO login forms are enabled.
Parameters
- true
bool Should the SSO login form be displayed by default when the default login form is also enabled?
Changelog
- Introduced in Jetpack jetpack-4.1.0
How to use this hook
Notes
By default, the SSO log in form is displayed first, with an extra link allowing you to log in using your local credentials. If you’d like, you can use thejetpack_sso_default_to_sso_login filter to change that default behaviour:
add_filter( 'jetpack_sso_default_to_sso_login', '__return_false' );