Hi there,
I'm currently using PHP nuke to build a portal site. However this doesn't offer multi-level user logins.
Basically what i would like to have is
this scenario
a) if you are user A , in group SuperUsers then display this data
b) if you are user B, in group NormalUsers
then display this stuff.
I know this is pretty straightforward to code myself, but I'm wondering if anyone has done this already. Security is a big issue with me, so if anyone has implemented this, i would like to know what to look out for.
My system is Linux RedHat (with all the patches), MySQL and PHP4.
Thanks.