defg
This commit is contained in:
parent
7c61352118
commit
be2046c3c4
|
|
@ -97,7 +97,7 @@ function getSecurityIcon($libelle) {
|
|||
<div class="card-body">
|
||||
<div class="d-flex align-items-center justify-content-between">
|
||||
<div>
|
||||
<h6 class="mb-1 fw-bold"><?= _("Activez de la Double Authentification") ?></h6>
|
||||
<h6 class="mb-1 fw-bold text-info"><?= _("Activez la double authentification") ?></h6>
|
||||
<p class="text-muted small mb-0"><?= _("Sécurité renforcée par OTP") ?></p>
|
||||
</div>
|
||||
<select class="form-select w-auto fw-bold" id="activerOtp" name="activerOtp" onChange="maj_authentification_otp();">
|
||||
|
|
@ -111,8 +111,8 @@ function getSecurityIcon($libelle) {
|
|||
<div class="col-lg-7">
|
||||
<div class="card border-0 shadow-sm h-100" style="border-radius: var(--radius-md);">
|
||||
<div class="card-header bg-white border-0 py-3">
|
||||
<h6 class="mb-0 fw-bold text-dark">
|
||||
<i class="fas fa-shield-alt me-2 text-warning"></i><?= _("Gérez la complexité des mots de passe") ?>
|
||||
<h6 class="mb-0 fw-bold text-warning">
|
||||
<i class="fas fa-shield-alt me-2"></i><?= _("Gérez la complexité des mots de passe") ?>
|
||||
</h6>
|
||||
</div>
|
||||
<div class="card-body bg-light-subtle">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user