From 6aadb7e59a1c8e70cfa42457e1898e94fd854fb0 Mon Sep 17 00:00:00 2001 From: Nicolas ELIE Date: Fri, 9 May 2014 09:53:46 +0200 Subject: Username regexp is too strict Username can contains more characters that the regexp allows. For example, on a raspberry pi, the default user for web server is 'www-data'. --- p/i/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p/i/install.php b/p/i/install.php index f97f95d37..365d0696c 100644 --- a/p/i/install.php +++ b/p/i/install.php @@ -913,7 +913,7 @@ function printStep3 () {
- +
-- cgit v1.2.3