mirror of
https://github.com/friendica/friendica
synced 2025-04-24 00:30:11 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
fe3f1af92f
51 changed files with 144 additions and 25 deletions
|
@ -74,7 +74,7 @@
|
|||
// process normal login request
|
||||
|
||||
$r = q("SELECT * FROM `user` WHERE ( `email` = '%s' OR `nickname` = '%s' )
|
||||
AND `password` = '%s' AND `blocked` = 0 AND `account_expired` = 0 AND `verified` = 1 LIMIT 1",
|
||||
AND `password` = '%s' AND `blocked` = 0 AND `account_expired` = 0 AND `account_removed` = 0 AND `verified` = 1 LIMIT 1",
|
||||
dbesc(trim($user)),
|
||||
dbesc(trim($user)),
|
||||
dbesc($encrypted)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue