From f67e04987dc1fb3ab6935b20034d64cda3520ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 27 Mar 2017 11:36:49 +0200 Subject: [PATCH] No longer recommend not used configuration variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- doc/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/setup.rst b/doc/setup.rst index 1f3763fca8..e08246bea7 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -438,7 +438,7 @@ simple configuration may look like this: $i++; $cfg['Servers'][$i]['auth_type'] = 'cookie'; // if you insist on "root" having no password: - // $cfg['Servers'][$i]['AllowNoPasswordRoot'] = true; ` + // $cfg['Servers'][$i]['AllowNoPassword'] = true; ` ?> Or, if you prefer to not be prompted every time you log in: