Login Issue |
10/19/2010 05:42:14 | |
| PHPRunner General questions | ||
|
T
tsp003 author
Hi and sincere apologies if this has been covered before, I've tried searching for an answer for ages, but have had no luck as yet. |
||
|
|
Sergey Kornilov admin 10/19/2010 |
|
First part is easy - enable Guest login so users are able to view data. Guests users only have readonly access so if they need to add/edit data they need to register. |
|
|
K
|
karmacomposer 10/19/2010 |
|
First part is easy - enable Guest login so users are able to view data. Guests users only have readonly access so if they need to add/edit data they need to register. You can also use User Group Permissions to enable access to a certain Add page for guests users. You can also add a Status field to this table which would be empty by default. You can make this table display 'Approved' records only which will make new additions invisible until admin changes status to 'Approved'. There is no need to create a temporary table. It will work just fine with one table and status field.
|
|
|
|
Sergey Kornilov admin 10/19/2010 |
|
To approve the record admin needs to change status field value to 'Approved'. |
|
|
T
|
tsp003 author 10/25/2010 |
|
To approve the record admin needs to change status field value to 'Approved'.
|
|
|
|
Sergey Kornilov admin 10/25/2010 |
|
Enable guest login on security screen to allow bypass the login page. |
|
|
T
|
tsp003 author 10/25/2010 |
|
Enable guest login on security screen to allow bypass the login page.
|
|
|
|
Sergey Kornilov admin 10/25/2010 |
|
Once this option is turned on you can open any page directly bypassing the login page. |
|
|
T
|
tsp003 author 10/26/2010 |
|
Once this option is turned on you can open any page directly bypassing the login page.
|
|
|
|
Sergey Kornilov admin 10/26/2010 |
|
Copy and paste URL to browser's address line i.e. http://www.yourwebsite.com/cars_list.php |
|