From 1b2aa767929784a37212b9e3dc01f9e119c4a9d6 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sun, 22 Dec 2002 00:33:39 +0000 Subject: Rebuild HTML and text versions of documentation for 2.17.2 release. --- docs/html/useradmin.html | 77 ++++++++++++------------------------------------ 1 file changed, 19 insertions(+), 58 deletions(-) (limited to 'docs/html/useradmin.html') diff --git a/docs/html/useradmin.html b/docs/html/useradmin.html index 00893687e..7dc8cb73d 100644 --- a/docs/html/useradmin.html +++ b/docs/html/useradmin.html @@ -73,13 +73,17 @@ CLASS="section" >

5.2. User Administration

5.2. User Administration

5.2.1. Creating the Default User

5.2.1. Creating the Default User

When you first run checksetup.pl after installing Bugzilla, it will prompt you for the administrative username (email address) and @@ -107,60 +111,11 @@ ALT="Tip">

If you wish to add more administrative users, you must use the - MySQL interface. Run "mysql" from the command line, and use these - commands: -

mysql> - use bugs; -
mysql> - - update profiles set groupset=0x7ffffffffffffff where login_name = - "(user's login name)"; - -

+>If you wish to add more administrative users, add them to + the "admin" group and, optionally, add edit the tweakparams, editusers, + creategroups, editcomponents, and editkeywords groups to add the + entire admin group to those groups.

Yes, that is - fourteen - - "f" - - 's. A whole lot of f-ing going on if you want to create a new - administator.

5.2.2. Managing Other Users

5.2.2. Managing Other Users

5.2.2.1. Creating new users

5.2.2.1. Creating new users

Your users can create their own user accounts by clicking the "New Account" link at the bottom of each page (assuming they @@ -248,7 +207,9 @@ CLASS="section" >

5.2.2.2. Modifying Users

5.2.2.2. Modifying Users

To see a specific user, search for their login name in the box provided on the "Edit Users" page. To see all users, -- cgit v1.2.3-24-g4f1b