]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 373855: Documentation about how to make a new admin when no admins are available...
authorvladd%bugzilla.org <>
Sun, 29 Jul 2007 23:27:23 +0000 (23:27 +0000)
committervladd%bugzilla.org <>
Sun, 29 Jul 2007 23:27:23 +0000 (23:27 +0000)
docs/xml/faq.xml

index 870d5c9834ff28a5e69c3113effb71133fb8fb16..355c3071c91f4426b20044a6fd979fb38d2932e6 100644 (file)
@@ -853,6 +853,23 @@ password=mypassword
         </answer>
       </qandaentry>
 
+      <qandaentry>
+        <question id="faq-admin-makeadmin">
+          <para>
+            How do I make a new Bugzilla administrator?
+            The previous administrator is gone...
+          </para>
+        </question>
+        <answer>
+          <para>
+            Run <command>checksetup.pl</command> with
+            <option>--make-admin</option> option.
+            Its usage is <option>--make-admin=user@example.org</option>.
+            The user account must be exist in the Bugzilla database.
+          </para>
+        </answer>
+      </qandaentry>
+
     </qandadiv>
 
     <qandadiv id="faq-security">