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:
parent
7ea3a73073
commit
f53ea2c607
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue