You are here

public function MiniorangeUser::setName in Google Authenticator / 2 Factor Authentication - 2FA 7

File

classes/User.php, line 96

Class

MiniorangeUser

Code

public function setName($name) {
  $this->name = $name;
}