Add deny_unregistered_login to the wesnothd man page.

This commit is contained in:
Pentarctagon 2019-08-12 18:55:27 -05:00
parent bacf361285
commit d69b5c8804

View File

@ -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:"
.