doc: indent SQL query for user ID discovery
Prior to this change, Sphinx rendered the SQL query outside of the "Note" box. Indent the query further so that Sphinx renders it inside the "Note" border.
This commit is contained in:
parent
f4b05ab953
commit
aa17d743bc
1 changed files with 2 additions and 4 deletions
|
|
@ -585,11 +585,9 @@ this you will need to know the ID of the user.
|
|||
koji=> insert into user_perms (user_id, perm_id, creator_id) values (<id of user inserted above>, 1, <id of user inserted above>);
|
||||
|
||||
.. note::
|
||||
If you do not know the ID of the admin user, you can get the ID by running the query:
|
||||
If you do not know the ID of the admin user, you can get the ID by running the query::
|
||||
|
||||
::
|
||||
|
||||
koji=> select * from users;
|
||||
koji=> select * from users;
|
||||
|
||||
You can't actually log in and perform any actions until kojihub is up and
|
||||
running in your web server. In order to get to that point you still need to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue