Forums / General / How can i allow my users on the website to login???

How can i allow my users on the website to login???

Author Message

Rizwan Ahmad

Wednesday 16 July 2003 2:26:55 am

How can i allow my users on the website to login before using some confidential information???

I creat the template using User but it always gives an error
"Access denied
You don't have permission to access this area."

plz. help

Mark Overduin

Thursday 17 July 2003 12:46:18 am

Correct me if I'm wrong, but do you really need to create a template for this?

This is what I do to make it possible for users to login:
- Create a new user
- Create a new role (user is allowed to login (module=user, function=login); user may read certain content (module=content, function=read, select the correct nodes/subtrees))
- Put the user in the role

Voila...

If this doesn't work or it isn't what you're looking for, just post it.

Good luck, Mark