mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-07 14:47:26 +02:00
fix password recovery
This commit is contained in:
parent
a1173ab06a
commit
e8f9567d79
@ -448,7 +448,7 @@ class Handler_Public extends Handler {
|
||||
|
||||
if ($login) {
|
||||
$user = ORM::for_table('ttrss_users')
|
||||
->select('id', 'resetpass_token')
|
||||
->select_many('id', 'resetpass_token')
|
||||
->where_raw('LOWER(login) = LOWER(?)', [$login])
|
||||
->find_one();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user