Name | 11 |Timestamp | 12 ||
---|---|---|
17 | {{dataEventRecord.Name}} 18 | {{dataEventRecord.Name}} 19 | | 20 |{{dataEventRecord.Timestamp}} | 21 |22 | |
Name | 11 |
---|
Download {{file}} | 16 |
8 | Thank you for confirming your email. Please Click here to Log in. 9 |
10 |Unsuccessful login with service.
8 |8 | For more information on how to enable reset password please see this article. 9 |
10 | 11 | @**@ 28 | 29 | @section Scripts { 30 | @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } 31 | } 32 | -------------------------------------------------------------------------------- /src/IdentityServerWithIdentitySQLite/Views/Account/ForgotPasswordConfirmation.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | ViewData["Title"] = "Forgot Password Confirmation"; 3 | } 4 | 5 |7 | Please check your email to reset your password. 8 |
9 | -------------------------------------------------------------------------------- /src/IdentityServerWithIdentitySQLite/Views/Account/Lockout.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | ViewData["Title"] = "Locked out"; 3 | } 4 | 5 |This account has been locked out, please try again later.
8 |67 | There are no external authentication services configured. See this article 68 | for details on setting up this ASP.NET application to support logging in via external services. 69 |
70 |Would you like to logout of IdentityServer?
11 | 19 |7 | Your password has been reset. Please Click here to log in. 8 |
9 | -------------------------------------------------------------------------------- /src/IdentityServerWithIdentitySQLite/Views/Account/SendCode.cshtml: -------------------------------------------------------------------------------- 1 | @model SendCodeViewModel 2 | @{ 3 | ViewData["Title"] = "Send Verification Code"; 4 | } 5 | 6 |Use this area to provide additional information.
8 | -------------------------------------------------------------------------------- /src/IdentityServerWithIdentitySQLite/Views/Home/Contact.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | ViewData["Title"] = "Contact"; 3 | } 4 |@ViewData["StatusMessage"]
8 | 9 |32 | Phone Numbers can used as a second factor of verification in two-factor authentication. 33 | See this article 34 | for details on setting up this ASP.NET application to support two-factor authentication using SMS. 35 |
36 | @*@(Model.PhoneNumber ?? "None") 37 | @if (Model.PhoneNumber != null) 38 | { 39 |54 | There are no two-factor authentication providers configured. See this article 55 | for setting up this application to support two-factor authentication. 56 |
57 | @*@if (Model.TwoFactor) 58 | { 59 | 62 | } 63 | else 64 | { 65 | 68 | }*@ 69 |@ViewData["StatusMessage"]
10 | @if (Model.CurrentLogins.Count > 0) 11 | { 12 |@Model.CurrentLogins[index].LoginProvider | 19 |20 | @if ((bool)ViewData["ShowRemoveButton"]) 21 | { 22 | 29 | } 30 | else 31 | { 32 | @: 33 | } 34 | | 35 |
7 | You do not have a local username/password for this site. Add a local 8 | account so you can log in without an external login. 9 |
10 | 11 | 35 | 36 | @section Scripts { 37 | @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } 38 | } 39 | -------------------------------------------------------------------------------- /src/IdentityServerWithIdentitySQLite/Views/Manage/VerifyPhoneNumber.cshtml: -------------------------------------------------------------------------------- 1 | @model VerifyPhoneNumberViewModel 2 | @{ 3 | ViewData["Title"] = "Verify Phone Number"; 4 | } 5 | 6 |