From cdc61eb4ea5309769ad4db84d92594e4dc3dff67 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 20 Mar 2017 16:45:17 -0400 Subject: Initial commit (azure deploy test) --- Project-Unite/Views/Account/ResendConf.cshtml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Project-Unite/Views/Account/ResendConf.cshtml (limited to 'Project-Unite/Views/Account/ResendConf.cshtml') diff --git a/Project-Unite/Views/Account/ResendConf.cshtml b/Project-Unite/Views/Account/ResendConf.cshtml new file mode 100644 index 0000000..beb8c6f --- /dev/null +++ b/Project-Unite/Views/Account/ResendConf.cshtml @@ -0,0 +1,23 @@ + +@{ + ViewBag.Title = "Confirmation email resent."; +} +@if (ViewBag.IsConfirmed == true) +{ +

Email already confirmed!

+ +

We've already confirmed that your email is valid! There's no need to send a confirmation link! But, if that warning is still nagging you, there might be a bug on our end - contact @ACL.UserNameFromEmailRaw("michaelshiftos@gmail.com") ASAP!

+} +else +{ +

Confirmation email resent.

+ +

We have just sent an email to @User.Identity.Name

+ +

We value your security.

+ +

Security within the multi-user domain is paramount. You must protect yourself the best you can, and so must we. Since you are in the process of confirming your email address, we can soon ensure you are secure within the multi-user domain by allowing us to contact you when suspicious activity occurs on your account or when you need to reset your password.

+ +

Still not there? @Html.ActionLink("Resend it again, please.", "ResendConf")

+ +} \ No newline at end of file -- cgit v1.2.3