This topic is locked
[SOLVED]

 Visitors can view back not add or edit

7/13/2018 3:13:58 PM
PHPRunner General questions
gehrenfeld author

I have a recipes website built on PHPRunner 9.8.
What I want to do is anyone that visits the site, to be able to view any recipe, but if they want to add or edit recipes they have to login.
As it is now everyone has to login.
Security settings are:

Users can see other data;can edit their own data only in Advanced settings

Permission groups are default which has read only, 1 which has admin, and 2 which has read,write,delete of the tables they use.
Gary

admin 7/13/2018

Under Advanced Security enable guest account and under User Group Permissions provide Guest users access to some tables.

gehrenfeld author 7/13/2018



I have a recipes website built on PHPRunner 9.8.
What I want to do is anyone that visits the site, to be able to view any recipe, but if they want to add or edit recipes they have to login.
As it is now everyone has to login.
Security settings are:

Users can see other data;can edit their own data only in Advanced settings

Permission groups are default which has read only, 1 which has admin, and 2 which has read,write,delete of the tables they use.
Gary


That worked. I saw that before but the word login threw me off.
Thanks you