1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 12:42:36 +01:00

disable password rehashing

This commit is contained in:
Benjamin Beganović 2024-05-31 18:04:09 +02:00
parent eb64beed5b
commit 85aebe8145

View File

@ -49,4 +49,5 @@ return [
'time' => 4,
],
'rehash_on_login' => false,
];