1 write to PasswordLoginEnabled
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Infrastructure\DefaultUIContext.cs (1)
31new DefaultUIContext(this) { PasswordLoginEnabled = true };
3 references to PasswordLoginEnabled
Microsoft.AspNetCore.Identity.FunctionalTests (3)
Infrastructure\DefaultUIContext.cs (2)
88get => GetValue<bool>(nameof(PasswordLoginEnabled)); 89set => SetValue(nameof(PasswordLoginEnabled), value);
Pages\Account\Manage\ExternalLogins.cs (1)
14if (context.SocialLoginProvider != null && context.PasswordLoginEnabled)