force strtolower

This commit is contained in:
Gregory Colpart 2017-02-10 15:15:20 +01:00
parent 0f68f20d4c
commit ba1e1c5bf9

View file

@ -101,7 +101,7 @@ if (isset($_SESSION['login'])) {
// We use uid attribute for account
for ($i=0;$i<$info["count"];$i++) {
array_push($comptes,$info[$i]["uid"][0]);
array_push($comptes,strtolower($info[$i]["uid"][0]));
}
// We use cn attribute for alias