modifica appjson pw email per autenticazione due fattori
This commit is contained in:
parent
bf5fde2598
commit
2382e91d70
@ -14,7 +14,7 @@
|
|||||||
<a asp-action="Index" value="Torna alla lista" class="agy-btn submitForm">Torna alla lista</a>
|
<a asp-action="Index" value="Torna alla lista" class="agy-btn submitForm">Torna alla lista</a>
|
||||||
</div>
|
</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>
|
<a asp-action="Index" asp-controller="MagNewVT" asp-route-serRapp="@Model.seriale_rapportino" value="Mag new" class="agy-btn submitForm">Mag New</a>
|
||||||
}
|
}
|
||||||
|
|||||||
@ -8,10 +8,10 @@
|
|||||||
"ApplicationInsights": {
|
"ApplicationInsights": {
|
||||||
|
|
||||||
//PRODUZIONE
|
//PRODUZIONE
|
||||||
"rootUrlApi": "https://api.poloinformatico.it:9000/api/Polo/",
|
//"rootUrlApi": "https://api.poloinformatico.it:9000/api/Polo/",
|
||||||
"rootUrlApi2": "https://api.poloinformatico.it:9000/VIRTU/",
|
//"rootUrlApi2": "https://api.poloinformatico.it:9000/VIRTU/",
|
||||||
"rootWebLoghi": "C:\\ZAPIPOLO\\api_polo\\wwwroot\\VIRTU\\",
|
//"rootWebLoghi": "C:\\ZAPIPOLO\\api_polo\\wwwroot\\VIRTU\\",
|
||||||
"rootUrl": "https://virtualtask.it/",
|
//"rootUrl": "https://virtualtask.it/",
|
||||||
|
|
||||||
//TEST
|
//TEST
|
||||||
//"rootUrlApi": "http://testapi.poloinformatico.it:9001/api/Polo/",
|
//"rootUrlApi": "http://testapi.poloinformatico.it:9001/api/Polo/",
|
||||||
@ -20,14 +20,16 @@
|
|||||||
//"rootUrl": "https://localhost:7140/",
|
//"rootUrl": "https://localhost:7140/",
|
||||||
|
|
||||||
//MICHELE: PUNTAMENTO A MIO PC PER FARE I TEST
|
//MICHELE: PUNTAMENTO A MIO PC PER FARE I TEST
|
||||||
//"rootUrlApi": "https://localhost:7068/api/Polo/",
|
"rootUrlApi": "https://localhost:7068/api/Polo/",
|
||||||
//"rootUrlApi2": "https://localhost:7068//VIRTU/",
|
"rootUrlApi2": "https://localhost:7068//VIRTU/",
|
||||||
//"rootWebLoghi": "C:\\Users\\audif\\source\\repos\\VirtualTask\\wwwroot\\VIRTU\\",
|
"rootWebLoghi": "C:\\Users\\audif\\source\\repos\\VirtualTask\\wwwroot\\VIRTU\\",
|
||||||
//"rootUrl": "https://localhost:7068/",
|
"rootUrl": "https://localhost:7068/",
|
||||||
|
|
||||||
"mittenteMail": "info@virtualtask.it",
|
"mittenteMail": "info@virtualtask.it",
|
||||||
"nomeMail": "Supporto Virtual Task",
|
"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",
|
"subjectMail": "Richiesta App di test",
|
||||||
"subjectMailRiepilogo": "Registrazione completata"
|
"subjectMailRiepilogo": "Registrazione completata"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user