Compare commits
No commits in common. "075be9b0dfc1a9c1785588ed8c9221a7d410a364" and "7032787d8c9dd8c35a85e873cc5de5b43442bdaf" have entirely different histories.
075be9b0df
...
7032787d8c
@ -103,6 +103,6 @@ class SQLLoginRequest
|
||||
{
|
||||
$fields = join(',', array_merge($this->getPasswordFields(), $this->getDataFields()));
|
||||
|
||||
return 'SELECT '.$fields.' FROM '.$this->getTableName().' WHERE LOWER('.$this->getLoginColumnName().') = LOWER(:'.$this->getLoginColumnName().');';
|
||||
return 'SELECT '.$fields.' FROM '.$this->getTableName().' WHERE '.$this->getLoginColumnName().' = :'.$this->getLoginColumnName().';';
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user