mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:45:56 +00:00
fix password recovery
This commit is contained in:
@@ -448,7 +448,7 @@ class Handler_Public extends Handler {
|
|||||||
|
|
||||||
if ($login) {
|
if ($login) {
|
||||||
$user = ORM::for_table('ttrss_users')
|
$user = ORM::for_table('ttrss_users')
|
||||||
->select('id', 'resetpass_token')
|
->select_many('id', 'resetpass_token')
|
||||||
->where_raw('LOWER(login) = LOWER(?)', [$login])
|
->where_raw('LOWER(login) = LOWER(?)', [$login])
|
||||||
->find_one();
|
->find_one();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user