Authorize only API tokens when 2FA is enabled
This commit is contained in:
@@ -31,6 +31,11 @@ class AuthenticationManager extends Base
|
||||
*/
|
||||
private $providers = array();
|
||||
|
||||
public function reset()
|
||||
{
|
||||
$this->providers = [];
|
||||
}
|
||||
|
||||
/**
|
||||
* Register a new authentication provider
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user