2FA: Use 32-char (160bit) long secrets

Summary: Also fix logger, so it does not log anything by default

Reviewers: #roundcube_kolab_plugins_developers, mollekopf

Reviewed By: #roundcube_kolab_plugins_developers, mollekopf

Subscribers: #roundcube_kolab_plugins_developers

Differential Revision: https://git.kolab.org/D5118
This commit is contained in:
Aleksander Machniak 2025-02-27 15:43:53 +01:00
parent 32899fc406
commit 0d455af280

View file

@ -28,8 +28,8 @@ use rcube;
class RcubeLogger implements Logger
{
protected $name = null;
protected $level = LOG_DEBUG;
protected $name = '2fa';
protected $level = LOG_INFO;
public function __construct($name = null)
{