From: Raphaƫl Gertz Date: Mon, 11 Dec 2023 04:43:20 +0000 (+0100) Subject: Required for argon2id (~95-97+) hashes X-Git-Tag: 0.3.3 X-Git-Url: https://git.rapsys.eu/userbundle/commitdiff_plain/223fbe69be8134a89e10564e439d8e2135a69d23 Required for argon2id (~95-97+) hashes --- diff --git a/Resources/config/doctrine/User.orm.yml b/Resources/config/doctrine/User.orm.yml index a88425f..829fddb 100644 --- a/Resources/config/doctrine/User.orm.yml +++ b/Resources/config/doctrine/User.orm.yml @@ -24,7 +24,7 @@ Rapsys\UserBundle\Entity\User: nullable: true password: type: string - length: 60 + length: 100 active: type: boolean options: