socialify
socialify copied to clipboard
Prevent registration of users true SSO when registrations are disabled
When new users are trying to sign in/up true single sign on the user shouldn't be able to create a new account when new registrations are not allowed.
if ( get_option( 'users_can_register' ) ) {
// Your custom code or message to display if user registration is allowed.
}