From 22339188e7fac70362f024402ae873f51a36d578 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 13 May 2015 23:07:29 -0400 Subject: allow adminuser to be an email address --- auto.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto.setup') diff --git a/auto.setup b/auto.setup index 843b4193a..1bcac36cb 100644 --- a/auto.setup +++ b/auto.setup @@ -18,7 +18,7 @@ our $wikiname_short=IkiWiki::Setup::Automator::sanitize_wikiname($wikiname); our $rcs=IkiWiki::Setup::Automator::ask( gettext("What revision control system to use?"), "git"); our $admin=IkiWiki::Setup::Automator::ask( - gettext("Which user (wiki account or openid) will be admin?"), $ENV{USER}); + gettext("Which user (wiki account, openid, or email) will be admin?"), $ENV{USER}); use Net::Domain q{hostfqdn}; our $domain=hostfqdn() || IkiWiki::Setup::Automator::ask( gettext("What is the domain name of the web server?"), ""); -- cgit v1.2.3