This topic is locked
[SOLVED]

 About login pages

9/27/2020 4:11:47 AM
PHPRunner General questions
A
alfonso authorDevClub member

Is it possible to make a specific page (a form to add) not have to register but the rest of the pages do?

I have a form that I want to put on our websites with an iframe (I admit suggestions) and obviously I don't want them to have to register, but the rest of the application must have a user and pass. How do i do it?
Thank you

HJB 9/27/2020

https://xlinesoft.com/phprunner/docs/advanced_security_settings.htm
quote excerpt ex URL content above:
Login as guest



This option adds read-only guest access to the generated app. Guests cannot edit, delete or add new records to the database.
With this option selected, the Login as Guest link appears on the Login screen:


Setup your table or several tables to serve under GUEST login as per https://xlinesoft.com/phprunner/docs/user_group_permissions.htm

A
alfonso authorDevClub member 9/27/2020

I need to be able to add records without login. But only one the page of a table that is a form. The rest of the pages have to be seen only by users who login

HJB 9/28/2020

USER GROUP PERMISSIONNS table allows you to define of what can be done to and with a specific table and its content content (to e.g. only ADD records for example).

A
alfonso authorDevClub member 9/28/2020

Thanks. I haven't Guest group. I try to create a group called Guest and give add permissions in table but when I try always ask me login page

HJB 9/28/2020