Allowing Specific Users to Access Restricted Page

Issues related to forms.
Post Reply
ypasquali
Posts: 1
Joined: Sat Aug 17, 2019 9:20 pm

Allowing Specific Users to Access Restricted Page

Post by ypasquali »

I have a restricted page. I added boolean values to the USERS table in the db which specify whether users can access different web applications (i.e. True for Yes, False for No). Is there a way I can allow only specific users (by the boolean value specified) to access the restricted page? Also, they would need to be logged in. Any ideas would be much appreciated.
User avatar
Pablo
Site Admin
Posts: 3918
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: Allowing Specific Users to Access Restricted Page

Post by Pablo »

You can use 'User Roles' to allow specific user to pages.

The logging sessions are not logged. If you need that functionality then you will need to modify the scripts yourself.
Post Reply