From fee658ad057ab0b1cbd566b449291877239c8209 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 5 Jan 2023 09:22:49 -0800 Subject: [PATCH] Improved wording in allow_sql docs --- docs/authentication.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authentication.rst b/docs/authentication.rst index e0104401..2342a8c8 100644 --- a/docs/authentication.rst +++ b/docs/authentication.rst @@ -319,7 +319,7 @@ Access to this ability is controlled by the :ref:`permissions_execute_sql` permi The easiest way to disable arbitrary SQL queries is using the :ref:`default_allow_sql setting ` when you first start Datasette running. -You can alternatively use the ``"allow_sql"`` to control who is allowed to execute arbitrary SQL queries. +You can alternatively use an ``"allow_sql"`` block to control who is allowed to execute arbitrary SQL queries. To enable just the :ref:`root user` to execute SQL for all databases in your instance, use the following: