mirror of
https://github.com/MinetestForFun/mysql_auth.git
synced 2025-01-08 17:10:24 +01:00
Add mod security instructions to README.md
This commit is contained in:
parent
79699b500c
commit
aaea6cd076
@ -4,6 +4,10 @@ Plug Minetest's auth mechanism into a MySQL database.
|
|||||||
|
|
||||||
# Configuration
|
# 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
|
By default `mysql_auth` doesn't run in singleplayer. This can be overriden by setting
|
||||||
`mysql_auth.enable_singleplayer` to `true`.
|
`mysql_auth.enable_singleplayer` to `true`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user