浏览代码

Deprecated

François Drouhard 3 年之前
父节点
当前提交
49b6cff40d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Entity/User.php

+ 1 - 1
src/Entity/User.php

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