Welcome to Geeklog, Anonymous Tuesday, November 12 2024 @ 03:09 pm EST
Downloads
What it is....
The bulk users group administration page is a utility useful for assigning Geeklog security groups to ALL users.
The bulk users group administration page is a utility useful for assigning Geeklog security groups to ALL users.
How it works....
The utility dynamically displays a listing of all Geeklog Security groups configured on your Geeklog instance. When a group is selected, and the form is submitted, the script loops through all Geeklog users one at a time. If the user is not currently a member of the selected group, a new record is added to the gl_group_assignments table for that user thus assigning that user to said group.
How to install...
Copy the group_admin.php page to /path/to/geeklog/public_html/admin. The user who runs the script (http://yoursite/admin/group_admin.php) must have user.edit security rights. You can assign user.edit rights by making a user a member of the Geeklog User Admin group.
The utility dynamically displays a listing of all Geeklog Security groups configured on your Geeklog instance. When a group is selected, and the form is submitted, the script loops through all Geeklog users one at a time. If the user is not currently a member of the selected group, a new record is added to the gl_group_assignments table for that user thus assigning that user to said group.
How to install...
Copy the group_admin.php page to /path/to/geeklog/public_html/admin. The user who runs the script (http://yoursite/admin/group_admin.php) must have user.edit security rights. You can assign user.edit rights by making a user a member of the Geeklog User Admin group.