by PatickC » Tue Jan 22, 2013 4:57 pm
Hi,
I've searched throughout the forum for an answer and so far haven't found anything that's helped me.
I am trying to use static pages to display information to users, but only certain users with permissions that I would set manually.
So I would add a field in the database with the permissions, but I can't find how to access the current user's information (for example his username, so I can use that to connect to the database and check his permission). Basically, I'm trying to understand where the username for the current session gets stored. Hope this makes sense.
Patrick