From e247ad4ee4ba12bd460d6e70b7f8e36b729c3764 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 16 Jun 2019 22:33:55 -0400 Subject: [PATCH] Implemented 2FA TOTP with Google Authenticator --- add_user_modal.php | 134 ++++++++++++++++++++-------------- base32static.php | 96 +++++++++++++++++++++++++ check_login.php | 1 + client_contacts.php | 11 ++- clients.php | 16 ++--- functions.php | 15 ++++ login.php | 48 ++++++++++--- pagination.php | 95 ++++++++++++------------ post.php | 27 +++++++ rfc6238.php | 171 ++++++++++++++++++++++++++++++++++++++++++++ settings-user.php | 58 +++++++++++++++ test.php | 16 +++++ top_nav.php | 1 + 13 files changed, 564 insertions(+), 125 deletions(-) create mode 100644 base32static.php create mode 100644 rfc6238.php create mode 100644 settings-user.php diff --git a/add_user_modal.php b/add_user_modal.php index b91e5034..be74f47e 100644 --- a/add_user_modal.php +++ b/add_user_modal.php @@ -8,65 +8,89 @@
-