/usr/share/phpmyadmin/libraries/classes/Plugins/TwoFactor
Edit: /usr/share/phpmyadmin/libraries/classes/Plugins/TwoFactor/Simple.php (1180B)
template->render('login/twofactor/simple');
}
/**
* Get user visible name
*
* @return string
*/
public static function getName()
{
return __('Simple two-factor authentication');
}
/**
* Get user visible description
*
* @return string
*/
public static function getDescription()
{
return __('For testing purposes only!');
}
}