summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-10-13 05:28:39 +0200
committerterry%mozilla.org <>1999-10-13 05:28:39 +0200
commit2899c8bfd526b57ae0088b2015da4fb54348c80f (patch)
treeda04937953e915d95c5afb3872c69574d8b6ef7c /README
parent7404b977d6c7d0dc71bb3abc5809ce394c103486 (diff)
downloadbugzilla-2899c8bfd526b57ae0088b2015da4fb54348c80f.tar.gz
bugzilla-2899c8bfd526b57ae0088b2015da4fb54348c80f.tar.xz
Patch by Holger Schurig <holger@holger.om.org> -- If there is no exactly ONE
user in the profiles table, then this user will be promoted into all groups.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index ac78b9bdb..52add41e5 100644
--- a/README
+++ b/README
@@ -287,8 +287,12 @@ web browser!). You'll be prompted for logon info, and you should enter your
email address and then select 'mail me my password'. When you get the password
mail, log in with it. Don't finish entering that new bug.
- Now, bring up MySQL, and add yourself to every group. This will
-effectively make you 'superuser'. The SQL to type is:
+ Now, add yourself to every group. The magic checksetup.pl script can do
+this for you, if you run it again now. That script will notice if there's
+exactly one user in the database, and if so, add that person to every group.
+
+ If you want to add someone to every group by hand, you can do it by
+typing the appropriate MySQL commands. Run mysql, and type:
update profiles set groupset=0x7fffffffffffffff where login_name = 'XXX';