From aa17d743bc254236afbeff2b53a7deaa90cd6d22 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Apr 29 2020 08:14:37 +0000 Subject: 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. --- diff --git a/docs/source/server_howto.rst b/docs/source/server_howto.rst index d61940f..998cf7d 100644 --- a/docs/source/server_howto.rst +++ b/docs/source/server_howto.rst @@ -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 (, 1, ); .. 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