From f53ea2c60700e8ef45adbe4d3eb88e8ad2c58697 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Nov 18 2019 08:25:18 +0000 Subject: docs: simplify admin bootstrapping intro Use the active voice when describing how to bootstrap the initial admin user, and remove some complicated language so this is simpler to read and understand. --- diff --git a/docs/source/server_howto.rst b/docs/source/server_howto.rst index 697c774..c59fa08 100644 --- a/docs/source/server_howto.rst +++ b/docs/source/server_howto.rst @@ -486,10 +486,10 @@ Authorize Koji-web and Koji-hub resources Bootstrapping the initial koji admin user into the PostgreSQL database ---------------------------------------------------------------------- -The initial admin user must be manually added to the user database using sql -commands. Once added and given admin privilege, you may add additional users -and change privileges of those users via the koji command line tool's -administrative commands. +You must add the initial admin user manually to the user database using sql +commands. Once you have bootstrapped this initial admin user, you may add +additional users and change privileges of those users via the koji command +line tool. However, if you decided to use the simple user/pass method of authentication, then any password setting/changing must be done manually via sql commands as