Open scederqv opened 12 years ago
We talked about making a bitwise field in the Person table for the acess rights, so something like 1010 would mean 1: Right to create new events 0: No right to edit persons 1: Right to pay kk 0: No full admin rights
Create helper defines for user levels, map them to something for the database.
Known needed types: ADMIN,BOARDMEMBER,FISCAL,NORMAL,INACTIVE,GUEST
Do we need to see a difference between a guest (logged in, but has no rights) and a visitor that is not logged in?