We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c95fda commit 8324c93Copy full SHA for 8324c93
security/entity_provider.rst
@@ -70,7 +70,7 @@ For this entry, suppose that you already have a ``User`` entity inside an
70
private $password;
71
72
/**
73
- * @ORM\Column(type="string", length=60, unique=true)
+ * @ORM\Column(type="string", length=254, unique=true)
74
*/
75
private $email;
76
0 commit comments