From aaea6cd07666ff397a04234603784bffb56309fe Mon Sep 17 00:00:00 2001 From: Dorian Wouters Date: Thu, 9 Mar 2017 09:29:27 -0500 Subject: [PATCH] Add mod security instructions to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cb9f4a4..8de3bc4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Plug Minetest's auth mechanism into a MySQL database. # Configuration +First, if mod security is enabled (`secure.enable_security = true`), this mod must be added as +a trusted mod (in the `secure.trusted_mods` config entry). There is **no** other solution to +make it work under mod security. + By default `mysql_auth` doesn't run in singleplayer. This can be overriden by setting `mysql_auth.enable_singleplayer` to `true`.