You have successfully logged out of the application.
- }
- }
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/GWMS.UI/Areas/Identity/Pages/Account/Login.cshtml b/GWMS.UI/Areas/Identity/Pages/Account/Login.cshtml
index 85eb463..44cfac6 100644
--- a/GWMS.UI/Areas/Identity/Pages/Account/Login.cshtml
+++ b/GWMS.UI/Areas/Identity/Pages/Account/Login.cshtml
@@ -10,7 +10,7 @@
- This app does not currently have a real email sender registered, see these docs for how to configure a real email sender.
- Normally this would be emailed: Click here to confirm your account
-
- }
- else
- {
-
- Please check your email to confirm your account.
-
- }
-}
+
+
@ViewData["Title"]
+
+
+
Account creato!
+
Ora è necessario effettuare la verifica dell'email registrata
+
+ Prego verifica la posta ricevuta all'account registrato per effettuare la conferma.
+
Riceverai un email da steamwarebot at gmail.com con un link da cliccare per completare la registrazione. Dopo la conferma potrai effettuare il login all'applicazione.
+
+
+
\ No newline at end of file
diff --git a/GWMS.UI/Areas/Identity/Pages/Account/RegisterConfirmation.cshtml.cs b/GWMS.UI/Areas/Identity/Pages/Account/RegisterConfirmation.cshtml.cs
index 74abbcc..4b0089e 100644
--- a/GWMS.UI/Areas/Identity/Pages/Account/RegisterConfirmation.cshtml.cs
+++ b/GWMS.UI/Areas/Identity/Pages/Account/RegisterConfirmation.cshtml.cs
@@ -31,7 +31,6 @@ namespace GWMS.UI.Areas.Identity.Pages.Account
#region Public Properties
- public bool DisplayConfirmAccountLink { get; set; }
public string Email { get; set; }
public string EmailConfirmationUrl { get; set; }
@@ -53,19 +52,6 @@ namespace GWMS.UI.Areas.Identity.Pages.Account
}
Email = email;
- // Once you add a real email sender, you should remove this code that lets you confirm the account
- DisplayConfirmAccountLink = false;
- if (DisplayConfirmAccountLink)
- {
- var userId = await _userManager.GetUserIdAsync(user);
- var code = await _userManager.GenerateEmailConfirmationTokenAsync(user);
- code = WebEncoders.Base64UrlEncode(Encoding.UTF8.GetBytes(code));
- EmailConfirmationUrl = Url.Page(
- "/Account/ConfirmEmail",
- pageHandler: null,
- values: new { area = "Identity", userId = userId, code = code, returnUrl = returnUrl },
- protocol: Request.Scheme);
- }
return Page();
}
diff --git a/GWMS.UI/GWMS.UI.csproj b/GWMS.UI/GWMS.UI.csproj
index 8c4a1d9..75dac84 100644
--- a/GWMS.UI/GWMS.UI.csproj
+++ b/GWMS.UI/GWMS.UI.csproj
@@ -2,7 +2,7 @@
net5.0
- 1.0.2108.2517
+ 1.0.2108.251895c9f021-52d1-4390-a670-5810b7b777b0
diff --git a/GWMS.UI/Pages/Shared/_Layout.cshtml b/GWMS.UI/Pages/Shared/_Layout.cshtml
index 2257d92..e5fd2af 100644
--- a/GWMS.UI/Pages/Shared/_Layout.cshtml
+++ b/GWMS.UI/Pages/Shared/_Layout.cshtml
@@ -17,6 +17,7 @@
GWMS User Management
+
@@ -62,6 +63,7 @@
+
@RenderSection("Scripts", required: false)