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.
This commit is contained in:
Ken Dreyer 2018-10-26 11:56:29 -06:00 committed by Tomas Kopecek
parent 7ea3a73073
commit f53ea2c607

View file

@ -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