From 4b2cc38abaa9b4d19e6e483c811c58f79cc86584 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Thu, 7 Jun 2012 02:11:28 +0300 Subject: Add disallow_empty_password setting --- minetest.conf.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'minetest.conf.example') 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 -- cgit v1.2.3