modifica appjson pw email per autenticazione due fattori

This commit is contained in:
michele 2025-04-15 16:13:34 +02:00
parent bf5fde2598
commit 2382e91d70
2 changed files with 12 additions and 10 deletions

View File

@ -14,7 +14,7 @@
<a asp-action="Index" value="Torna alla lista" class="agy-btn submitForm">Torna alla lista</a>
</div>
@using (Html.BeginForm("index", "MagNewVT", FormMethod.Post))
@using (Html.BeginForm("Index", "MagNewVT", FormMethod.Post))
{
<a asp-action="Index" asp-controller="MagNewVT" asp-route-serRapp="@Model.seriale_rapportino" value="Mag new" class="agy-btn submitForm">Mag New</a>
}

View File

@ -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"
},