Add mod security instructions to README.md

This commit is contained in:
Dorian Wouters 2017-03-09 09:29:27 -05:00
parent 79699b500c
commit aaea6cd076
No known key found for this signature in database
GPG Key ID: 6E9DA8063322434B
1 changed files with 4 additions and 0 deletions

View File

@ -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`.