PR#1802: docs: simplify admin bootstrapping intro

Merges #1802
https://pagure.io/koji/pull-request/1802
This commit is contained in:
Tomas Kopecek 2019-11-18 09:25:22 +01:00
commit f19321bd9c

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