OTP : Improve : tighten the security + cosmetic

set double authentication : create, send link, usable with
FreeOTP (opensource) AEgis (opensource) and Google Authenticator

1. OTP : prevent direct access without going throught the 2FA mechanism
2. Go back to the url where you were disconnected
3. Cosmetic
This commit is contained in:
sparkyx 2025-08-03 20:21:39 +02:00
parent bf503299c3
commit 0aa9c4ed28
32 changed files with 1904 additions and 276 deletions

View file

@ -3690,8 +3690,39 @@ margin:1px;
*/
#info_passid {
position:absolute;
background-color: rgba(246, 180, 157, 0.58);
color:red;
background-color: rgba(246, 180, 157, 0.80);
color:#b90707;
font-size:100%;
z-index:10;
top:200px;
left:326px;
}
@media (min-width: 576px) {
#info_passid {
top:305px;
left:326px;
}
}
/* MeDium */
@media (min-width: 768px) {
#info_passid {
top:305px;
left:326px;
}
}
/* LarGe */
@media (min-width: 992px) {
#info_passid {
top:305px;
left:326px;
}
}
/* eXtraLarge */
@media (min-width: 1200px) {
#info_passid {
top:305px;
left:30%;
}
}
/** followup : detail : list of concerned actions **/