From 9ec0bb9d4dfa9b2ba1289506084d03933ae82e1b Mon Sep 17 00:00:00 2001 From: Bertrand Gauthier <bertrand.gauthier@unicaen.fr> Date: Thu, 7 Feb 2019 12:10:33 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20du=20mapping=20User:=20sp=C3=A9cif?= =?UTF-8?q?ication=20du=20nom=20de=20la=20colonne=20'password=5Freset=5Fto?= =?UTF-8?q?ken'.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/UnicaenAuth/Entity/Db/AbstractUser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UnicaenAuth/Entity/Db/AbstractUser.php b/src/UnicaenAuth/Entity/Db/AbstractUser.php index 9b0b006..e463a3a 100644 --- a/src/UnicaenAuth/Entity/Db/AbstractUser.php +++ b/src/UnicaenAuth/Entity/Db/AbstractUser.php @@ -57,7 +57,7 @@ abstract class AbstractUser implements UserInterface, ProviderInterface /** * @var string - * @ORM\Column(type="string", length=256) + * @ORM\Column(name="password_reset_token", type="string", length=256) */ protected $passwordResetToken; -- GitLab