From a442b7331db53b722c7452558f37ec5bcab8ec7c Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Mon, 25 Jan 2021 17:00:16 +0000 Subject: [PATCH] hint for future people --- model/Login.php | 1 + 1 file changed, 1 insertion(+) diff --git a/model/Login.php b/model/Login.php index e27272b6..8d637a6d 100644 --- a/model/Login.php +++ b/model/Login.php @@ -43,6 +43,7 @@ class Login { // try and be near constant time regardless of whether the db user exists or not try { + // this causes errors with e.g. dovecot as there is no prefix. $x = pacrypt('abc', 'def'); } catch (\Exception $e) { error_log("Error trying to call pacrypt()");