diff --git a/config/devdojo/auth/settings.php b/config/devdojo/auth/settings.php index fa94bd5c..2ca19cae 100644 --- a/config/devdojo/auth/settings.php +++ b/config/devdojo/auth/settings.php @@ -7,10 +7,13 @@ 'redirect_after_auth' => '/dashboard', 'registration_show_password_same_screen' => true, 'registration_include_name_field' => true, + 'registration_include_password_confirmation_field' => false, 'registration_require_email_verification' => false, 'enable_branding' => true, 'dev_mode' => false, 'enable_2fa' => false, // Enable or disable 2FA functionality globally 'login_show_social_providers' => true, + 'center_align_social_provider_button_content' => false, 'social_providers_location' => 'bottom', + 'check_account_exists_before_login' => false, ];