Skip to content

Commit 06733ff

Browse files
authored
fix docs (#15)
The system doesn't actually use pls for permissions, it just said that it did in the docs.
1 parent 4ffc1d9 commit 06733ff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/Http/Controllers/AuthController.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ public function getLogin(Request $request) {
4141
}
4242

4343
/**
44-
* When login is complete, login2 will redirect us here. Now verify the login and ask PLS
45-
* for admin privileges. The admin privileges will be stored in Session['admin'] as an array of
46-
* pls permissions.
44+
* When login is complete, login2 will redirect us here. Now verify the login.
4745
*
4846
* @param string $token the token from login2
4947
* @return redirect to main page or intended page

0 commit comments

Comments
 (0)