diff --git a/docs/references/auth.rst b/docs/references/auth.rst index 3e7428f2e..740771247 100644 --- a/docs/references/auth.rst +++ b/docs/references/auth.rst @@ -21,6 +21,8 @@ The authenticator role is used for connecting to the database and should be conf CREATE ROLE authenticator LOGIN NOINHERIT NOCREATEDB NOCREATEROLE NOSUPERUSER; + CREATE ROLE anonymous NOLOGIN; + CREATE ROLE webuser NOLOGIN; .. note::