Adding a new Group Member
How to add a new group member to the site, making sure that they have all the needed privs.
This is a simple process. Here goes, step by step...
- Navigate to the main Fluid web site. Clicking the
welcometab above is a good way to get there. - Go to the Zope Management Interface (ZMI) for the Fluid web site. You do this by editing the URL showing in your browser's navigation bar so that instead of ending in ".../Fluid" it ends with ".../Fluid/manage". Yes, just add "/manage" to the end. You will see a dual-pane interface with navigation in the left pane, and lots of check-boxes and stuff in the right-hand pane.
- Click on
acl_usersin the left-hand pane. This takes you to the user management page for the site. - You should see a list of the currently defined users (with check-boxes). There will be two buttons at the bottom of the list:
Add...andDelete - Click the
Add...button. This takes you to theAdd Userpage. Type in the username for the new user along with a password (twice). Ignore theDomainsentry. Highlight "Manager", "Member", and "Reviewer" in theRolesarea. ClickAdd - You've just added a user. Repeat as needed to add more.