logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Does The "user_access" Table Actually Work/Do Anything?: msg#00148

Subject: Does The "user_access" Table Actually Work/Do Anything?
All;

I was wondering if anyone has gotten the user_access table to actually work?

My user_access table looks like the following:

mysql> select * from user_access;
+----------+--------------+--------+
| username | actionname   | access |
+----------+--------------+--------+
| user1     | add_user     | FALSE
| user1     | edit_user    | FALSE
| user1     | reload_cache | TRUE
| user1     | edit_acl     | FALSE
| user2     | add_user     | FALSE
| user2     | edit_user    | FALSE
| user2     | reload_cache | TRUE
| user2     | edit_acl     | FALSE
+----------+--------------+--------+

The admin user, which is not stored in this table, has full rights, as it 
should.  All other users, listed within this table, are shown to have the 
rights as either FALSE or TRUE, but in fact can de anything they wish, 
regardless of what the value is under 'access' on this table.

Thanks all,  I know that their are far more important issues at hand with 
regards to this project, but I need to establish this in a working 
environment asap.

.vp



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


<Prev in Thread] Current Thread [Next in Thread>