summaryrefslogtreecommitdiff
path: root/src/Helpers/Authenticator.php
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-07-28 17:14:42 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2019-07-29 00:58:06 +0200
commit219c54411bb765bebd7813ad3e49ab05acf0b150 (patch)
tree9cf1cea8fccac16030e308df63352c2237311c0e /src/Helpers/Authenticator.php
parentc1f6374f377d7b6d2aeefa464837226279a521a3 (diff)
Permissions: Added models and migrations
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