Help for login unit

04 Jan '12, 11:06 AM
15,662 Views
No Forum Badges

Hi, How can I enter in a site view protected from login unit?

I have two sites view, one public, where there are a login unit and an entry unit, and another private, where there is a logout unit, How can I switch from the public to the private?

Thanks Alessandro

 
x 0
Follow
Answer Answer at this question and get points!
Forum Starter - Level 4

Hello Alessandro, to be forwarded to the right Site View, the user that tries to login in the application must be stored in the database and connected to a Group on the Default Group relationship. This group must be connected to a Default Module stored in the database using the id of the Site View and its name. If you are passing correctly the username and the password to the Login Unit, this will evaluate the relationships between users, groups and modules, and will forward the user to his Default module.

I suggest you also to visit this URL:

How to use the protected modules

that will explain you how to set the protected elements in the Web Model and configure them correctly, while here The Login the login is explained.

   
x 0
Answer at this question and get points!