mirror of
https://github.com/documize/community.git
synced 2025-07-22 14:49:42 +02:00
Set category permissions for both users and groups
This commit is contained in:
parent
d1fdb385e9
commit
22679920d0
17 changed files with 335 additions and 124 deletions
|
@ -75,4 +75,7 @@ func Exists(users []User, userID string) bool {
|
|||
const (
|
||||
// EveryoneUserID provides a shortcut to state "all authenticated users".
|
||||
EveryoneUserID string = "0"
|
||||
|
||||
// EveryoneUserName provides the descriptor for this type of user/group.
|
||||
EveryoneUserName string = "Everyone"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue