diff options
author | sfan5 <sfan5@live.de> | 2022-04-27 19:10:03 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2022-05-14 18:33:42 +0200 |
commit | 1ac378063e37e5b1485438e5321252b42471ba79 (patch) | |
tree | 5403633c0e9b450e8a96c58d7214cea8ed27bf65 /builtin | |
parent | d497c926849fc716d486d400fed45063577bd99a (diff) | |
download | minetest-1ac378063e37e5b1485438e5321252b42471ba79.tar.gz minetest-1ac378063e37e5b1485438e5321252b42471ba79.tar.bz2 minetest-1ac378063e37e5b1485438e5321252b42471ba79.zip |
Apply disallow_empty_password to password changes too
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 42b45aa00..01bebe4cc 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -1123,7 +1123,7 @@ enable_mod_channels (Mod channels) bool false # If this is set, players will always (re)spawn at the given position. static_spawnpoint (Static spawnpoint) string -# If enabled, new players cannot join with an empty password. +# If enabled, players cannot join without a password or change theirs to an empty password. disallow_empty_password (Disallow empty passwords) bool false # If enabled, disable cheat prevention in multiplayer. |