feat(auth): replace TOTP with phone-first login
This commit is contained in:
@@ -54,7 +54,7 @@ if (bootstrapOptions is not null)
|
||||
{
|
||||
var bootstrapper = ActivatorUtilities.CreateInstance<PlatformAdminBootstrapper>(scope.ServiceProvider);
|
||||
var result = await bootstrapper.BootstrapAsync(bootstrapOptions);
|
||||
Console.WriteLine($"Platform administrator '{result.Email}' was created and must change the temporary password and enroll MFA at first sign-in.");
|
||||
Console.WriteLine($"Platform administrator '{result.Email}' was created and must change the temporary password at first sign-in.");
|
||||
}
|
||||
|
||||
static string RequiredBootstrapSetting(IConfiguration configuration, string key)
|
||||
|
||||
Reference in New Issue
Block a user