From a617d52374e937db0edacfba2a26bdd14a05538e Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 6 Apr 2017 00:14:30 -0400 Subject: 2fa: initial support (#945) --- templates/user/auth/two_factor_recovery_code.tmpl | 28 +++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 templates/user/auth/two_factor_recovery_code.tmpl (limited to 'templates/user/auth/two_factor_recovery_code.tmpl') diff --git a/templates/user/auth/two_factor_recovery_code.tmpl b/templates/user/auth/two_factor_recovery_code.tmpl new file mode 100644 index 00000000..a9ed17ee --- /dev/null +++ b/templates/user/auth/two_factor_recovery_code.tmpl @@ -0,0 +1,28 @@ +{{template "base/head" .}} +
+
+
+
+ {{.CsrfTokenHtml}} +

+ {{.i18n.Tr "auth.login_two_factor_recovery"}} +

+
+ {{template "base/alert" .}} +
+ +
+ +
+
+ + +
+

+ {{.i18n.Tr "auth.login_two_factor_enter_passcode"}} +

+
+
+
+
+{{template "base/footer" .}} -- cgit v1.2.3