1
Kaktus
Advance User Group Modul...
  • 2003/11/14 12:19

  • Kaktus

  • Just popping in

  • Posts: 1

  • Since: 2003/11/14


Hallo,

It is possible to use advance user group feature?
I want one super admin who can edit all user.
I want two admin who can edit only user which belong to them.
I want that user from one group could not see other user from other group.

Example:
-- Functions
Group SA - Super Admin
Group A - Normal Admin1, Normal Admin2
Group PU - Power User1, Power User11, Power User 2, Power User 22
Group U - User1, User11, User 2, User 22
-- Group
Group 0 - Super admin
Group 1 - Normal Admin1, Power User1, Power User11, User1, User11
Group 2 - Power User 2, Power User 22, User 2, User 22

-------------
Super Admin - change all user from all group.

Normal Admin 1 - can change only Power User1, Power User11, User1, User11 - and he can see only this user.

Normal Admin 2 - can change only Power User2, Power User22, User2, User22 - and he can see only this user.

User22 can see only user from group 2, and Power User 1 only from group 1.
Normal Admin 1 - can see and change user only from group 1, ...
-------------

It its possible to do it whit 2.0.5 version of xoops?

Many thanks for any help.
K.

2
ackbarr
Re: Advance User Group Modul...

no - in 2.0.5 users do not "belong" to anyone. Once a user is registered, anyone that is an administrator can edit the user account.

If you are willing to get your hands dirty, you can accomplish this with some core hacking in System -> Edit User, System -> Find User, and System -> Groups, and possibly the registration facilities (to auto assign new users into the appropriate group).