From e908c2529041e870d79bf1db286afa6fb96b6f3c Mon Sep 17 00:00:00 2001 From: Mattz0r Date: Thu, 15 Oct 2015 19:21:09 +0200 Subject: [PATCH] Styled the two factor auth token prompt --- .../includes/authentication/twofactor.lib.php | 29 ++++++++++++------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/html/includes/authentication/twofactor.lib.php b/html/includes/authentication/twofactor.lib.php index 70cfed8ac..af175a5ec 100644 --- a/html/includes/authentication/twofactor.lib.php +++ b/html/includes/authentication/twofactor.lib.php @@ -168,24 +168,31 @@ function twofactor_form($form=true){ $ret = ""; if( $form ) { $ret .= ' -
'; +
+
+
+
+

+
+ +
+

+
+
+
+ '; } $ret .= '
-
-

Please Enter TwoFactor Token:

+
+
- -
- -
-
-
-
- +
+
+
'; $ret .= ''; if( $form ) {