From 33f70e8f0c33ce9c6b7ceab8d394d0a40406c0c1 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 2 Dec 2022 23:20:39 +0000 Subject: [PATCH] --- Controllers/RvrController.cs | 4 +- notes/deploy.txt | 2 +- util/RfVersion.cs | 2 +- wwwroot/default.htm | 116 +++++++++++----------- wwwroot/js/app.api.js | 2 +- wwwroot/js/templates/app.shell.handlebars | 2 +- 6 files changed, 64 insertions(+), 64 deletions(-) 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 = "

Email validated!

Your request is being processed and you will receive an email with instructions for starting your AyaNova evaluation.

" + Content = "

Email validated!

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 @@ Rockfish loading.... - - - - - + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + \ No newline at end of file diff --git a/wwwroot/js/app.api.js b/wwwroot/js/app.api.js index 10ab59c..2c6ea3e 100644 --- a/wwwroot/js/app.api.js +++ b/wwwroot/js/app.api.js @@ -30,7 +30,7 @@ app.api = (function () { licenseEmailResponse, test; - RockFishVersion = "6.28"; + RockFishVersion = "6.29"; ////////////////////////////////////////////////////////////////////////////////////// // NOT AUTHORIZED ERROR HANDLER diff --git a/wwwroot/js/templates/app.shell.handlebars b/wwwroot/js/templates/app.shell.handlebars index e150b81..be1ca75 100644 --- a/wwwroot/js/templates/app.shell.handlebars +++ b/wwwroot/js/templates/app.shell.handlebars @@ -1,7 +1,7 @@