1
If a registered user does not have permission to access a module but for some good reason attempts to access it then the user is caught in an infinite loop with the following message:
"Sorry, you don't have the permission to access this area.".
I am suprised to find that no one has complained about this before.
Is this not quite a serious problem?
Do people not come across this because they make sure that no links exist un-accesible modules?
Would it not be better to check if a user belongs to a group that can acccess the module before trying redirect to it? Else they should be forwarded to the home page?
Thanks.