Check for permissions before showing user infos or allow the user to change its own infos.

This commit is contained in:
Jan Böhmer 2019-03-19 18:36:05 +01:00
parent b9cd2fcc7f
commit 6ed2eeabae
5 changed files with 130 additions and 10 deletions

View file

@ -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