Page 1 of 1

Allow certain user to gain access to a certain page

Posted: Tue Mar 18, 2014 2:10 am
by David Lim

How to allow specific user to login to certain page ?
for example Admin are allow to gain access to admin page
while normal user use the normal page
note: I using the same database with the "Role" Column
Image


Allow certain user to gain access to a certain page

Posted: Tue Mar 18, 2014 5:11 am
by Igor

Hello,

We'll check solution and someone will get back to you.


Allow certain user to gain access to a certain page

Posted: Tue Mar 18, 2014 6:26 am
by Nikita

Hello,

The login service returns user id, so you should save it. Then run service for reading user by his id
(look at this link:
https://getsatisfaction.com/apperyio/...)