From f29c8960ed998b9e808088b79a4bf1eb7d349562 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 23 Jun 2014 23:33:26 +0100 Subject: [PATCH] minor typo --- Netdisco/lib/App/Netdisco/Manual/Configuration.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Netdisco/lib/App/Netdisco/Manual/Configuration.pod b/Netdisco/lib/App/Netdisco/Manual/Configuration.pod index 75d8c7a9..8407d3ab 100644 --- a/Netdisco/lib/App/Netdisco/Manual/Configuration.pod +++ b/Netdisco/lib/App/Netdisco/Manual/Configuration.pod @@ -88,7 +88,7 @@ Value: Boolean. Default: C. Enable this to disable login authentication in the web frontend. The username will be set to C so if you want to allow extended permissions (C -or C, create a dummy user with the appropriate flag in the +or C), create a dummy user with the appropriate flag in the database: netdisco=> insert into users (username) values ('guest');