mirror of
https://github.com/vrana/adminer.git
synced 2026-03-06 20:41:30 +01:00
Add login-otp plugin
This commit is contained in:
@@ -160,6 +160,11 @@ class AdminerPlugin extends Adminer {
|
||||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
||||
function loginFormField($name, $default) {
|
||||
$args = func_get_args();
|
||||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
||||
function login($login, $password) {
|
||||
$args = func_get_args();
|
||||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
|
||||
Reference in New Issue
Block a user