summaryrefslogtreecommitdiff
path: root/src/Helpers/Authenticator.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Helpers/Authenticator.php')
-rw-r--r--src/Helpers/Authenticator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Helpers/Authenticator.php b/src/Helpers/Authenticator.php
index a7fbe8c7..f1e054ef 100644
--- a/src/Helpers/Authenticator.php
+++ b/src/Helpers/Authenticator.php
@@ -29,7 +29,7 @@ class Authenticator
protected $passwordAlgorithm = PASSWORD_DEFAULT;
/** @var int */
- protected $guestRole = 10;
+ protected $guestRole = 1;
/**
* @param ServerRequestInterface $request