Remove email_canonical unique (email is not unique)

pull/2487/head
jmontoyaa 9 years ago
parent 4917d9be7e
commit d830c714df
  1. 2
      src/Chamilo/UserBundle/Entity/User.php

@ -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;

Loading…
Cancel
Save