Skip to content

Commit

Permalink
Remove email_canonical unique (email is not unique)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Oct 31, 2016
1 parent 4917d9b commit d830c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chamilo/UserBundle/Entity/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class User implements UserInterface //implements ParticipantInterface, ThemeUser

/**
* @var string
* @ORM\Column(name="email_canonical", type="string", length=100, nullable=false, unique=true)
* @ORM\Column(name="email_canonical", type="string", length=100, nullable=false, unique=false)
*/
protected $emailCanonical;

Expand Down

0 comments on commit d830c71

Please sign in to comment.