10 | You do not have access to this resource. 11 |
12 |9 | Please check your email to reset your password. 10 |
11 |10 | The password reset link is invalid. 11 |
12 | 13 |This account has been locked out, please try again later.
10 |Your login is protected with an authenticator app. Enter your authenticator code below.
18 |
52 | Don't have access to your authenticator device? You can
53 |
19 | You have requested to log in with a recovery code. This login will not be remembered until you provide 20 | an authenticator app code at log in or disable 2FA and log in again. 21 |
22 |You have successfully signed out.
9 |20 | This action only disables 2FA. 21 |
22 |23 | Disabling 2FA does not change the keys used in authenticator apps. If you wish to change the key 24 | used in an authenticator app you should reset your authenticator keys. 25 |
26 |23 | Put these codes in a safe place. 24 |
25 |26 | If you lose your device and don't have the recovery codes you will lose access to your account. 27 |
28 |
29 | Generating new recovery codes does not change the keys used in authenticator apps.
30 | If you wish to change the key used in an authenticator app you should
31 |
Your account contains personal data that you have given us. This page allows you to download or delete that data.
14 |15 | Deleting this data will permanently remove your account, and this cannot be recovered. 16 |
17 | 21 |
22 |
21 | If you reset your authenticator key your authenticator app will not work until you reconfigure it. 22 |
23 |24 | This process disables 2FA until you verify your authenticator app. 25 | If you do not complete your authenticator app configuration you may lose access to your account. 26 |
27 |20 | You do not have a local username/password for this site. Add a local 21 | account so you can log in without an external login. 22 |
23 | 24 |You must
You can
You should
You must accept the policy before you can enable two factor authentication.
74 |
23 | This app does not currently have a real email sender registered, see
24 |
27 | Normally this would be emailed:
28 |
Please check your email to confirm your account.
34 | } 35 |
9 | Your password has been reset. Please
Loading...
8 | } 9 | else 10 | { 11 | @Body 12 | } 13 | 14 | @code { 15 | [CascadingParameter] 16 | private HttpContext? HttpContext { get; set; } 17 | 18 | protected override void OnParametersSet() 19 | { 20 | if (HttpContext is null) 21 | { 22 | // If this code runs, we're currently rendering in interactive mode, so there is no HttpContext. 23 | // The identity pages need to set cookies, so they require an HttpContext. To achieve this we 24 | // must transition back from interactive mode to a server-rendered page. 25 | NavigationManager.Refresh(forceReload: true); 26 | } 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /MyApp/Components/Account/Shared/ExternalLoginPicker.razor: -------------------------------------------------------------------------------- 1 | @using Microsoft.AspNetCore.Authentication 2 | @using Microsoft.AspNetCore.Identity 3 | @using MyApp.Data 4 | 5 | @inject SignInManager
12 | There are no external authentication services configured.
13 | See this
7 | Put these codes in a safe place. 8 |
9 |10 | If you lose your device and don't have the recovery codes you will lose access to your account. 11 |
12 |@RecoveryCodes[row]
18 |
19 | @RecoveryCodes[row + 1]
22 |
23 | @DisplayMessage
30 |15 | Manage App Database 16 |
17 |
30 | View all
Current count: @currentCount
9 | 10 |
17 | Request ID: @RequestId
18 |
23 | Swapping to Development environment will display more detailed information about the error that occurred. 24 |
25 |26 | The Development environment shouldn't be enabled for deployed applications. 27 | It can result in displaying sensitive information from exceptions to end users. 28 | For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development 29 | and restarting the app. 30 |
31 |12 | Welcome to your new Blazor App, checkout links below to get started: 13 |
14 |Welcome back,
17 |@User.GetDisplayName()
18 | @if (User.GetRoles().Length > 0) 19 | { 20 |This component demonstrates showing data.
9 | 10 | @if (forecasts == null) 11 | { 12 |19 | @SuccessText 20 |
21 |