Source file: modules/sso/class.jetpack-sso-helpers.php
View in GitHubParameters
- true
-
(bool) true Should the SSO login form be displayed by default when the default login form is also enabled?
Changelog
Since: Jetpack 4.1.0
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 the jetpack_sso_default_to_sso_login
filter to change that default behaviour:
add_filter( 'jetpack_sso_default_to_sso_login', '__return_false' );