From d69b5c8804608142ad291ed0d789cb50086b32f4 Mon Sep 17 00:00:00 2001 From: Pentarctagon Date: Mon, 12 Aug 2019 18:55:27 -0500 Subject: [PATCH] Add deny_unregistered_login to the wesnothd man page. --- doc/man/wesnothd.6 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/man/wesnothd.6 b/doc/man/wesnothd.6 index 3ba826d0be6..c076b0aa9cc 100644 --- a/doc/man/wesnothd.6 +++ b/doc/man/wesnothd.6 @@ -170,6 +170,11 @@ Example: \fBversions_accepted="*"\fR accepts any version string. The name of the user handler to use. Currently available user handlers are \fBforum\fR (to connect wesnothd to a phpbb forum database) and \fBsample\fR (a sample implementation of the user handler interface, if you use this on anything real you are insane). The default value is \fBforum\fR. You must also add a .B [user_handler] section, see below. +.TP +.B deny_unregistered_login +Whether to prevent users who are not registered with the +.B user_handler +being used from logging in. (default: false) . .SS "Global tags:" .