summaryrefslogtreecommitdiff
path: root/app/Core/Security/AuthenticationManager.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Core/Security/AuthenticationManager.php')
-rw-r--r--app/Core/Security/AuthenticationManager.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/Core/Security/AuthenticationManager.php b/app/Core/Security/AuthenticationManager.php
index e7a3c8d4..05ad6485 100644
--- a/app/Core/Security/AuthenticationManager.php
+++ b/app/Core/Security/AuthenticationManager.php
@@ -31,6 +31,11 @@ class AuthenticationManager extends Base
*/
private $providers = array();
+ public function reset()
+ {
+ $this->providers = [];
+ }
+
/**
* Register a new authentication provider
*