From 994de2bd79b213e25e514915deb345d3ff91f864 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come@opensides.be>
Date: Tue, 21 Mar 2017 15:47:16 +0100
Subject: [PATCH] Fixes #5425 Added password recovery login attribute to
 configuration

---
 html/class_passwordRecovery.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/class_passwordRecovery.inc b/html/class_passwordRecovery.inc
index 92ff66ffd..feaee1264 100644
--- a/html/class_passwordRecovery.inc
+++ b/html/class_passwordRecovery.inc
@@ -237,7 +237,7 @@ class standAlonePage {
 }
 
 class passwordRecovery extends standAlonePage {
-  protected $loginAttribute = 'uid';
+  protected $loginAttribute;
   protected $login;
   var $message = array();
   var $email_address;
-- 
GitLab