mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
using permissions, not users directive
This commit is contained in:
parent
97620aaac7
commit
bf0dc73381
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ function log_access(user, uri)
|
|||
end
|
||||
|
||||
|
||||
-- Check whether a user is allowed to access a URL using the `users` directive
|
||||
-- Check whether a user is allowed to access a URL using the `permissions` directive
|
||||
-- of the configuration file
|
||||
function has_access(user)
|
||||
user = user or authUser
|
||||
|
|
Loading…
Reference in a new issue