diff --git a/Controllers/RvrController.cs b/Controllers/RvrController.cs index 930f92e..70e71a6 100644 --- a/Controllers/RvrController.cs +++ b/Controllers/RvrController.cs @@ -99,7 +99,7 @@ namespace rockfishCore.Controllers NewRequest.EmailConfirmCode = NewRequest.Id.ToString() + FetchKeyCode.generate(); await ct.SaveChangesAsync(); var verifyUrl = LICENSE_SERVER_URL + $"rvr/verify/{NewRequest.EmailConfirmCode}"; - var body = $"Please verify your email address by clicking the link below or copy and pasting into a browser\r\n{verifyUrl}\r\n(If you did not request this you can ignore this message)"; + var body = $"Please verify your email address by clicking the link below or copy and pasting into a browser\r\n{verifyUrl}\r\nOnce your email is verified the request will be processed manually during business hours.\r\n(If you did not request this you can ignore this message)"; //send confirmation email RfMail.SendMessage("support@ayanova.com", NewRequest.Email, "AyaNova trial request email verification", body, false); //return Ok(new { Accepted = true }); @@ -137,7 +137,7 @@ namespace rockfishCore.Controllers { ContentType = "text/html", StatusCode = 200, - Content = "
Your request is being processed and you will receive an email with instructions for starting your AyaNova evaluation.
" + Content = "Your request will be processed during business hours manually, and you will receive an email with instructions for starting your AyaNova evaluation.
" }; } diff --git a/notes/deploy.txt b/notes/deploy.txt index 5c4ea0d..a18fa6b 100644 --- a/notes/deploy.txt +++ b/notes/deploy.txt @@ -5,7 +5,7 @@ 1) SET VERSION SET app.api RFVERSION property -RENAME ?rfv=6.28 parameter in default.htm to the new version so all files update on mobile +RENAME ?rfv=6.29 parameter in default.htm to the new version so all files update on mobile 1.5) Run buildtemplates.bat if handlebars templates have changed at all diff --git a/util/RfVersion.cs b/util/RfVersion.cs index 29c86c6..c7c6b6b 100644 --- a/util/RfVersion.cs +++ b/util/RfVersion.cs @@ -2,7 +2,7 @@ namespace rockfishCore.Util { public static class RfVersion { - public const string NumberOnly="6.28"; + public const string NumberOnly="6.29"; public const string Full = "Rockfish server " + NumberOnly; } } \ No newline at end of file diff --git a/wwwroot/default.htm b/wwwroot/default.htm index 8204522..b0c24ae 100644 --- a/wwwroot/default.htm +++ b/wwwroot/default.htm @@ -11,76 +11,76 @@