Index: lams_central/web/twoFactorAuthSecret.jsp =================================================================== diff -u -rc33d82bf97152099b7a309a156ec2707239b622c -r150ee5723eaf0cca2ff5add0974b52ed0f95045b --- lams_central/web/twoFactorAuthSecret.jsp (.../twoFactorAuthSecret.jsp) (revision c33d82bf97152099b7a309a156ec2707239b622c) +++ lams_central/web/twoFactorAuthSecret.jsp (.../twoFactorAuthSecret.jsp) (revision 150ee5723eaf0cca2ff5add0974b52ed0f95045b) @@ -1,14 +1,67 @@ -<%@ taglib uri="tags-fmt" prefix="fmt" %> + -

- - ${sharedSecret} - -

-

- -

-

- -

+<%@ page contentType="text/html; charset=utf-8" language="java"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ taglib uri="tags-bean" prefix="bean"%> +<%@ taglib uri="tags-fmt" prefix="fmt"%> +<%@ taglib uri="tags-logic" prefix="logic"%> +<%@ taglib uri="tags-core" prefix="c"%> +<%@ page import="org.lamsfoundation.lams.util.Configuration"%> +<%@ page import="org.lamsfoundation.lams.util.ConfigurationKeys"%> + + + + <fmt:message key="label.2FA.shared.secret" /> + + + + + + + + + +
+
+
+
+ +
+
+ +
+
+

+ + ${sharedSecret} + +

+

+ +

+
+ +
+
+ +
+
+
+
+
+ + +