|
@@ -486,7 +486,7 @@ class User implements UserInterface,PasswordAuthenticatedUserInterface
|
|
{
|
|
{
|
|
if ($this->prenom == null && $this->nom == null)
|
|
if ($this->prenom == null && $this->nom == null)
|
|
{
|
|
{
|
|
- return $this->getUsername();
|
|
|
|
|
|
+ return $this->getUserIdentifier();
|
|
} else
|
|
} else
|
|
return $this->getPrenom()." ".$this->getNom();
|
|
return $this->getPrenom()." ".$this->getNom();
|
|
}
|
|
}
|