]> Raphaƫl G. Git Repositories - userbundle/blobdiff - Resources/config/doctrine/User.orm.yml
Remove mail and hash possible leak from failure_path context
[userbundle] / Resources / config / doctrine / User.orm.yml
index e0d926375d6d4d742d6e79d15ac4e18a1a21f99c..24300a23fcfca5c48d0161c99201abada9ce8195 100644 (file)
@@ -15,9 +15,11 @@ Rapsys\UserBundle\Entity\User:
         forename:
             type: string
             length: 32
+            nullable: true
         surname:
             type: string
             length: 32
+            nullable: true
         password:
             type: string
             length: 60
@@ -25,10 +27,10 @@ Rapsys\UserBundle\Entity\User:
             type: boolean
             options:
                 default: true
-        disabled:
+        enable:
             type: boolean
             options:
-                default: false
+                default: true
         created:
             type: datetime
         updated: