diff --git a/cypress/e2e/activate_totp/index.cy.ts b/cypress/e2e/activate_totp/index.cy.ts index 72233c895..45eeefc0d 100644 --- a/cypress/e2e/activate_totp/index.cy.ts +++ b/cypress/e2e/activate_totp/index.cy.ts @@ -14,7 +14,7 @@ describe("add 2fa authentication", () => { cy.login("64d9024b-d389-4b9d-948d-a504082c14fa@mailslurp.com"); - cy.contains("Application FreeOTP Authenticator"); + cy.contains("Application Authenticator"); cy.contains("Configurer une application d’authentification").click(); diff --git a/cypress/e2e/delete_totp/index.cy.ts b/cypress/e2e/delete_totp/index.cy.ts index 6411535eb..be4760448 100644 --- a/cypress/e2e/delete_totp/index.cy.ts +++ b/cypress/e2e/delete_totp/index.cy.ts @@ -17,7 +17,7 @@ describe("delete TOTP connexion", () => { cy.mfaLogin("eab4ab97-875d-4ec7-bdcc-04323948ee63@mailslurp.com"); - cy.contains("Application FreeOTP Authenticator"); + cy.contains("Application Authenticator"); cy.contains("Supprimer l’application d’authentification").click(); diff --git a/src/views/connection-and-account.ejs b/src/views/connection-and-account.ejs index 1747b2ec6..34e434b8e 100644 --- a/src/views/connection-and-account.ejs +++ b/src/views/connection-and-account.ejs @@ -26,6 +26,89 @@ +
+

Application Authenticator

+

+ Recevez un code de validation via une appli d’authentification, même si votre téléphone est hors + connexion. +

+

+ Téléchargez d’abord FreeOTP Authenticator sur le + Google Play Store + ou l’ + App Store iOS ou un équivalent. +

+ + <% if (isAuthenticatorConfigured) { %> +
+
+
+
+

Votre méthode d’authentification

+

FreeOTP Authenticator

+

Ajout : <%= totpKeyVerifiedAt; %>

+
+ + Changer d’application d’authentification + +
+ + +
+
+
+
+
+ +
+
+
+
+
+ <% } else { %> + + Configurer une application d’authentification + + <% } %> +
+

Clés d’accès

@@ -132,89 +215,6 @@
-
-

Application FreeOTP Authenticator

-

- Recevez un code de validation via une appli d’authentification, même si votre téléphone est hors - connexion. -

-

- Téléchargez d’abord FreeOTP Authenticator sur le - Google Play Store - ou l’ - App Store iOS. -

- - <% if (isAuthenticatorConfigured) { %> -
-
-
-
-

Votre méthode d’authentification

-

FreeOTP Authenticator

-

Ajout : <%= totpKeyVerifiedAt; %>

-
- - Changer d’application d’authentification - -
- - -
-
-
-
-
- -
-
-
-
-
- <% } else { %> - - Configurer une application d’authentification - - <% } %> -
- <% if (locals.is2faCapable) { %>

Validation en deux étapes