This topic is locked

User

2/15/2009 11:23:24 AM
PHPRunner General questions
A
alina author

Hello,
I have two problems.
In the website that I am creating some pages (such as list, show and search) will be open to the public. Other pages such as "add, edit ecc ecc" will be open only to the admin.

How can I do? If I "create a login page" the login is for all the user .....
The other problem is this.

The public can view only some fields ... How can I do?
Thanks,

J
Jane 2/16/2009

Hi,
you can turn on login page on the Security tab and create guest account for unregistered users on the Advanced security settings dialog.
Also you can create custom view on the Datasource tables tab, uncheck some fields for this view on the Choose fields tab and set up different permissions for main table and this view on the User group permissions dialog on the Security tab.