diff options
author | Perttu Ahola <celeron55@gmail.com> | 2012-06-07 02:11:28 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-06-07 02:11:28 +0300 |
commit | 4b2cc38abaa9b4d19e6e483c811c58f79cc86584 (patch) | |
tree | ee06057bfd2f1454dcb65c0d7ce935aa9daaf23e /minetest.conf.example | |
parent | a8eb68142efe54aebdfd293c2eeb93ad999acd25 (diff) | |
download | minetest-4b2cc38abaa9b4d19e6e483c811c58f79cc86584.tar.gz minetest-4b2cc38abaa9b4d19e6e483c811c58f79cc86584.tar.bz2 minetest-4b2cc38abaa9b4d19e6e483c811c58f79cc86584.zip |
Add disallow_empty_password setting
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 7a8a2719c..ebfa70aac 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -152,6 +152,8 @@ #enable_pvp = true # If this is set, players will always (re)spawn at the given position #static_spawnpoint = 0, 10, 0 +# If true, new players cannot join with an empty password +#disallow_empty_password = false # Profiler data print interval. #0 = disable. #profiler_print_interval = 0 |