"Daniel Noatnick" <dno at archikart.de> writes:
> Now i can see my username etc. but result of function "isSystemUser()" is false. Why?
> Can anybody help me to solve the problem?
This problem?
> if(cmsU.isSystemUser()) {
if(!cmsU.isGuestUser()) {
Why don't you use OpenCms' ACL to restrict access to pages?
Regards,
Thomas