mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:15:56 +00:00
come to think of it, we don't need it at all
This commit is contained in:
@@ -147,7 +147,7 @@ class Auth_Internal extends Auth_Base {
|
||||
function check_password(int $owner_uid, string $password, string $service = '') {
|
||||
|
||||
if (get_schema_version() > 87) {
|
||||
$sth = $this->pdo->prepare("SELECT salt,login,otp_enabled,pwd_hash FROM ttrss_users WHERE id = ?");
|
||||
$sth = $this->pdo->prepare("SELECT login,pwd_hash,salt FROM ttrss_users WHERE id = ?");
|
||||
} else {
|
||||
$sth = $this->pdo->prepare("SELECT login,pwd_hash FROM ttrss_users WHERE id = ?");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user