From 7b4f82ccd08fed11a84ff7a87b08e782161b1f01 Mon Sep 17 00:00:00 2001 From: Thorsten Rinne Date: Sat, 11 Jan 2025 16:44:07 +0100 Subject: [PATCH] fix: use title of FAQ instead of publisher for 2FA name --- phpmyfaq/src/phpMyFAQ/User/TwoFactor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpmyfaq/src/phpMyFAQ/User/TwoFactor.php b/phpmyfaq/src/phpMyFAQ/User/TwoFactor.php index b6178c63f3..3525d45267 100644 --- a/phpmyfaq/src/phpMyFAQ/User/TwoFactor.php +++ b/phpmyfaq/src/phpMyFAQ/User/TwoFactor.php @@ -44,7 +44,7 @@ public function __construct( $this->qrCodeProvider = new EndroidQrCodeProvider(); $this->twoFactorAuth = new TwoFactorAuth( $this->qrCodeProvider, - $this->configuration->get('main.metaPublisher'), + $this->configuration->get('main.titleFAQ'), 6, 30, Algorithm::Sha1