1
0
Fork 0
mirror of synced 2024-08-04 13:01:45 +12:00

update migration

This commit is contained in:
Damodar Lohani 2023-01-31 06:52:40 +00:00
parent 45bc0f4066
commit 9e4f66cac4

View file

@ -92,7 +92,8 @@ class V18 extends Migration
* Set default passwordHistory
*/
$document->setAttribute('auths', array_merge($document->getAttribute('auths', []), [
'passwordHistory' => 0
'passwordHistory' => 0,
'passwordDictionary' => false,
]));
break;