feature/username-for-users #70
@ -132,7 +132,7 @@ class User extends Model implements IUser
|
||||
|
||||
public function getDisplayName(): string
|
||||
{
|
||||
return $this->email;
|
||||
return $this->username;
|
||||
}
|
||||
|
||||
public function checkPassword(string $password): bool
|
||||
|
Loading…
Reference in New Issue
Block a user