diff options
| author | Michael <[email protected]> | 2017-04-13 09:54:37 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-13 09:54:37 -0400 |
| commit | c5506fc9f9efcf960cced980230d6c038b226f1a (patch) | |
| tree | 4ce5952ed2477a5e75fb660637a7f0b2e263e501 /Project-Unite/Controllers/AccountController.cs | |
| parent | f03f01f3c95ea19168b5b18b3395aad661a24a2e (diff) | |
| download | project-unite-c5506fc9f9efcf960cced980230d6c038b226f1a.tar.gz project-unite-c5506fc9f9efcf960cced980230d6c038b226f1a.tar.bz2 project-unite-c5506fc9f9efcf960cced980230d6c038b226f1a.zip | |
Move email IP to audit summary
Diffstat (limited to 'Project-Unite/Controllers/AccountController.cs')
| -rw-r--r-- | Project-Unite/Controllers/AccountController.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Project-Unite/Controllers/AccountController.cs b/Project-Unite/Controllers/AccountController.cs index a315a6f..729bcec 100644 --- a/Project-Unite/Controllers/AccountController.cs +++ b/Project-Unite/Controllers/AccountController.cs @@ -71,11 +71,10 @@ A user has registered to the ShiftOS website using this email address as a sign- **If this was not you**: -The addressed used to send this message is not a no-reply address. In fact, my name is Michael, admin of the site. We may have a bit of an identity theft issue, or something, going on here, but there's something I can do to help - all you have to do is reply to this email. I have the IP address, display name and ID of the user who triggered this email - just let me know and I can purge the account for you and ban the user's IP address and you won't have issues anymore. Thanks! +The address used to send this message is not a no-reply address. In fact, my name is Michael, admin of the site. We may have a bit of an identity theft issue, or something, going on here, but there's something I can do to help - all you have to do is reply to this email. I have the IP address, display name and ID of the user who triggered this email - just let me know and I can purge the account for you and ban the user's IP address and you won't have issues anymore. Thanks! **User ID:** {uid} -**Display name:** {usr.DisplayName} -**Last known IP address:** {usr.LastKnownIPAddress}"); +**Display name:** {usr.DisplayName}"); return View(); } |
