This topic is locked
[SOLVED]

 Limiting all-user access to Add Record page

1/29/2008 9:58:51 AM
PHPRunner General questions
E
ekurzen author

I'm creating an event registration database in which I want to allow any visitor to our web page to be able to register for the event (using the Add Record page) and then get a confirmation page, but have no other access. Is there a way to allow all users to access the Add Record page (without requiring a login) but restrict access to all other pages to only an admin user?
I'm using PHPRunner 4.1, Build 320. Thanks for your help!

J
Jane 1/29/2008

Hi,
to restrict user access setup required security settings for <guest> user group on the User group permissions dialog on the Security tab.

E
ekurzen author 1/29/2008

to restrict user access setup required security settings for <guest> user group on the User group permissions dialog on the Security tab.


Thanks for the response. I know there's the option for a guest user, but that still requires logging in as a guest, and I would like to bypass the login page altogether for adding records. Is there a way to set it up so that the Add Record page is open to anyone by default, without having to go through a login page?

Sergey Kornilov admin 1/29/2008

Point guest users directly to the Add page bypassing the login screen.