From 3891b63a1eb52076337885487f251a10580a4a85 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 27 Apr 2016 18:50:13 +0200 Subject: Bug 218917 - Allow the login name to be different from the email address Original patch by Gervase Markham r=gerv a=dkl --- checksetup.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index aacdf41be..05d98f9e1 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -461,6 +461,7 @@ The format of that file is as follows: (Any localconfig variable or parameter can be specified as above.) + $answer{'ADMIN_LOGIN'} = 'myadmin'; $answer{'ADMIN_EMAIL'} = 'myadmin@mydomain.net'; $answer{'ADMIN_PASSWORD'} = 'fooey'; $answer{'ADMIN_REALNAME'} = 'Joel Peshkin'; -- cgit v1.2.3-24-g4f1b