public function MoAuthLoginSettings::getPasswordMustHaveSpecialChar in Google Authenticator / 2 Factor Authentication - 2FA 7
Return value
|null
File
- classes/
LoginSettings.php, line 141
Class
Code
public function getPasswordMustHaveSpecialChar() {
return $this->passwordMustHaveSpecialChar;
}