mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-21 11:24:40 +02:00
Check for permissions before showing user infos or allow the user to change its own infos.
This commit is contained in:
parent
b9cd2fcc7f
commit
6ed2eeabae
5 changed files with 130 additions and 10 deletions
|
@ -153,9 +153,9 @@ perms: # Here comes a list with all Permission names (they have a perm_[name] co
|
|||
bit: 4
|
||||
delete:
|
||||
bit: 8
|
||||
editUsername:
|
||||
edit_username:
|
||||
bit: 2
|
||||
changeGroup:
|
||||
change_group:
|
||||
bit: 6
|
||||
edit_infos:
|
||||
bit: 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue