Page 1 of 1

Allowing Specific Users to Access Restricted Page

Posted: Tue Aug 20, 2019 11:23 am
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.

Re: Allowing Specific Users to Access Restricted Page

Posted: Tue Aug 20, 2019 8:32 pm
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.