From 2382e91d70e4f9ae1edbd29eac32e944edcd3a8a Mon Sep 17 00:00:00 2001 From: michele Date: Tue, 15 Apr 2025 16:13:34 +0200 Subject: [PATCH] modifica appjson pw email per autenticazione due fattori --- Views/Rapp_New/Details.cshtml | 2 +- appsettings.json | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Views/Rapp_New/Details.cshtml b/Views/Rapp_New/Details.cshtml index f160112..450a149 100644 --- a/Views/Rapp_New/Details.cshtml +++ b/Views/Rapp_New/Details.cshtml @@ -14,7 +14,7 @@ Torna alla lista - @using (Html.BeginForm("index", "MagNewVT", FormMethod.Post)) + @using (Html.BeginForm("Index", "MagNewVT", FormMethod.Post)) { Mag New } diff --git a/appsettings.json b/appsettings.json index e44920c..2582885 100644 --- a/appsettings.json +++ b/appsettings.json @@ -8,10 +8,10 @@ "ApplicationInsights": { //PRODUZIONE - "rootUrlApi": "https://api.poloinformatico.it:9000/api/Polo/", - "rootUrlApi2": "https://api.poloinformatico.it:9000/VIRTU/", - "rootWebLoghi": "C:\\ZAPIPOLO\\api_polo\\wwwroot\\VIRTU\\", - "rootUrl": "https://virtualtask.it/", + //"rootUrlApi": "https://api.poloinformatico.it:9000/api/Polo/", + //"rootUrlApi2": "https://api.poloinformatico.it:9000/VIRTU/", + //"rootWebLoghi": "C:\\ZAPIPOLO\\api_polo\\wwwroot\\VIRTU\\", + //"rootUrl": "https://virtualtask.it/", //TEST //"rootUrlApi": "http://testapi.poloinformatico.it:9001/api/Polo/", @@ -20,14 +20,16 @@ //"rootUrl": "https://localhost:7140/", //MICHELE: PUNTAMENTO A MIO PC PER FARE I TEST - //"rootUrlApi": "https://localhost:7068/api/Polo/", - //"rootUrlApi2": "https://localhost:7068//VIRTU/", - //"rootWebLoghi": "C:\\Users\\audif\\source\\repos\\VirtualTask\\wwwroot\\VIRTU\\", - //"rootUrl": "https://localhost:7068/", + "rootUrlApi": "https://localhost:7068/api/Polo/", + "rootUrlApi2": "https://localhost:7068//VIRTU/", + "rootWebLoghi": "C:\\Users\\audif\\source\\repos\\VirtualTask\\wwwroot\\VIRTU\\", + "rootUrl": "https://localhost:7068/", "mittenteMail": "info@virtualtask.it", "nomeMail": "Supporto Virtual Task", - "pwdMail": "Polo2023!", + //"pwdMail": "Polo2023!", + //impostata nuova password di gmail: generata da google perche da 03/2025 GOOGLE non supporta più accesso da app terze + "pwdMail": "jkyskurknqjfncav", "subjectMail": "Richiesta App di test", "subjectMailRiepilogo": "Registrazione completata" },