mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
fix sessionCookie
number in onAccessCheck
This commit is contained in:
parent
35702a0589
commit
5c8a15c3d7
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ Things in context:
|
||||||
1. padID - the pad the user wants to access
|
1. padID - the pad the user wants to access
|
||||||
2. password - the password the user has given to access the pad
|
2. password - the password the user has given to access the pad
|
||||||
3. token - the token of the author
|
3. token - the token of the author
|
||||||
3. sessionCookie - the session the use has
|
4. sessionCookie - the session the use has
|
||||||
|
|
||||||
This hook gets called when the access to the concrete pad is being checked. Return `false` to deny access.
|
This hook gets called when the access to the concrete pad is being checked. Return `false` to deny access.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue