diff --git a/security/entity_provider.rst b/security/entity_provider.rst index 3735efee309..9f678227175 100644 --- a/security/entity_provider.rst +++ b/security/entity_provider.rst @@ -67,7 +67,7 @@ with the following fields: ``id``, ``username``, ``password``, private $password; /** - * @ORM\Column(type="string", length=60, unique=true) + * @ORM\Column(type="string", length=254, unique=true) */ private $email;