|
From: Javier S. <js...@si...> - 2001-08-31 17:24:26
|
I was wondering how to manage new tables perms, auth (etc ..) .in the admin part The table schema permits to : associet : perms <-> groups groups <-> users users <-> perms But as you said , Ben, "we have enough to perms to worry about perms to users" So they must be some new functions integrated into the admin section : -> add/delete perms -> add/delete groups -> associet perms <-> groups ... => a new admin page for this functions, will be required. (perms_groups.php ? groups.php ? pgroups.php ? :-) ) -> associet users <-> groups , this can be done on actual user page. suggestions? |