From a901a403b4d9c84142b4fe92e9a4a58c53223148 Mon Sep 17 00:00:00 2001 From: kanoi Date: Fri, 31 Jul 2015 17:35:24 +1000 Subject: [PATCH] php - increase app verbosity --- pool/page_2fa.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pool/page_2fa.php b/pool/page_2fa.php index 769aa6da..0e1a8c2f 100644 --- a/pool/page_2fa.php +++ b/pool/page_2fa.php @@ -20,8 +20,8 @@ function set_2fa($data, $user, $tfa, $ans, $err) $pg .= "You don't have 2FA setup yet

"; $pg .= 'To use 2FA you need an App on your phone/tablet
'; $pg .= 'The free and recommended ones that have been tested here are:

'; - $pg .= "Android: 'FreeOTP Authenticator' by Red Hat
"; - $pg .= "Apple: 'OTP Auth' by Roland Moers

"; + $pg .= "Android: Google Play 'FreeOTP Authenticator' by Red Hat
"; + $pg .= "Apple: App Store 'OTP Auth' by Roland Moers

"; $pg .= 'Click here to start setting up 2FA: '; $pg .= ''; $pg .= '';