minor typo

This commit is contained in:
Oliver Gorwits
2014-06-23 23:33:26 +01:00
parent caedbdadc6
commit 62c53a5e49

View File

@@ -88,7 +88,7 @@ Value: Boolean. Default: C<false>.
Enable this to disable login authentication in the web frontend. The username
will be set to C<guest> so if you want to allow extended permissions (C<admin>
or C<port_control>, create a dummy user with the appropriate flag in the
or C<port_control>), create a dummy user with the appropriate flag in the
database:
netdisco=> insert into users (username) values ('guest');