From d0e6235b03d983249c0fe7e546d073a75d5c9ebf Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 7 Feb 2017 12:16:11 +0100 Subject: [PATCH] Don't log the password on confirmPassword when LDAP throws an exception Signed-off-by: Joas Schilling --- lib/private/Log.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/private/Log.php b/lib/private/Log.php index fddd359312..bcaa788603 100644 --- a/lib/private/Log.php +++ b/lib/private/Log.php @@ -88,7 +88,8 @@ class Log implements ILogger { 'decrypt', //LoginController - 'tryLogin' + 'tryLogin', + 'confirmPassword', ]; /**