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:
parent
32899fc406
commit
0d455af280
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue