We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f3ced commit aae16c6Copy full SHA for aae16c6
src/lib/MVC/Symfony/Security/User.php
@@ -80,6 +80,11 @@ public function getSalt(): ?string
80
* Returns the username used to authenticate the user.
81
*/
82
public function getUsername(): string
83
+ {
84
+ return $this->getUserIdentifier();
85
+ }
86
+
87
+ public function getUserIdentifier(): string
88
{
89
return $this->getAPIUser()->getLogin();
90
}
0 commit comments