From d0e6235b03d983249c0fe7e546d073a75d5c9ebf Mon Sep 17 00:00:00 2001
From: Joas Schilling <coding@schilljs.com>
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 <coding@schilljs.com>
---
 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 fddd3593127..bcaa788603a 100644
--- a/lib/private/Log.php
+++ b/lib/private/Log.php
@@ -88,7 +88,8 @@ class Log implements ILogger {
 		'decrypt',
 
 		//LoginController
-		'tryLogin'
+		'tryLogin',
+		'confirmPassword',
 	];
 
 	/**
-- 
GitLab