mirror of
https://github.com/prasathmani/tinyfilemanager
synced 2026-03-14 12:45:51 +01:00
hash is also sensitive now
when has might be plaintext, it's sensitive
This commit is contained in:
parent
c649a43d82
commit
399b607987
1 changed files with 1 additions and 0 deletions
|
|
@ -328,6 +328,7 @@ if ($use_auth) {
|
|||
function tfm_password_verify(
|
||||
#[\SensitiveParameter]
|
||||
string $password,
|
||||
#[\SensitiveParameter]
|
||||
string $hash
|
||||
): bool {
|
||||
// CRYPT_MD5: $1$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue