This topic is locked

Advanced Secuity Settings

5/14/2004 5:18:30 PM
ASPRunnerPro General questions
M
milpitas author

Hi,
I am having problem using the Advanced Security Setting for "Users can see other users data; can edit their own data only". I believe I do have the setting correct, because the other 2 options works.
When logged in as 'Admin UserID' I can see and edit all users data... but when I'm logged in as the other users, no icons show up for edit, delete...
I am using ASPRunner 2.4.
Thanks.

M
milpitas author 5/14/2004

I have this working now...
Somehow, I went to the xxxlist.asp file and edited the following line:
if cAdvSecurityMethod = ADVSECURITY_EDIT_OWN then

if RemoveWrappers(Session("OwnerID")).....
to
if cAdvSecurityMethod = ADVSECURITY_EDIT_OWN then

if RemoveWrappers(Session("UserID")).....
it seems to be working as should now....

Sergey Kornilov admin 5/19/2004

This don't look right. Make sure that your choice of OwnerID field is correct and OwnerID values match OwnerID values from Users table (table where you store usernames and passwords).