Adjust User.lib.php
This commit is contained in:
parent
59136bd8eb
commit
42460d2165
@ -103,7 +103,6 @@ class User {
|
|||||||
/**
|
/**
|
||||||
* Check the given plaintext password against the stored hash.
|
* Check the given plaintext password against the stored hash.
|
||||||
* @param string $password
|
* @param string $password
|
||||||
* @param bool $apppass Set to true to enforce app passwords when 2fa is on.
|
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
function checkPassword(string $password): bool {
|
function checkPassword(string $password): bool {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user