mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 05:53:13 +00:00
Password can be null
This commit is contained in:
@@ -61,7 +61,9 @@ class User
|
||||
private $email;
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="binary_string", length=128)
|
||||
* The password can be null when the user is a template.
|
||||
*
|
||||
* @ORM\Column(type="binary_string", length=128, nullable=true)
|
||||
*/
|
||||
private $password;
|
||||
|
||||
|
Reference in New Issue
Block a user