Yup, we do need some admin for this, but probably not a lot yet, for the simple reason we currently only have two groups and two perms. The most immediate need is to change user.php to remove the user_level select box and add a group multiple selection select box. Of course, this select box will only have two entries at the moment. With the user_level going away we need a check box for the active state, which of course should be checked upon page load if the user is active and not if not.
I don't know that we need group or perm admin yet, since the code wouldn't support more groups or more perms. Thoughts?
On Fri, Aug 31, 2001 at 07:23:44PM +0200, Javier Sixto wrote:
> 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?
>
>
>
>
>
> _______________________________________________
> phpbt-dev mailing list
> php...@li...
> http://lists.sourceforge.net/lists/listinfo/phpbt-dev
|