aboutsummaryrefslogtreecommitdiff
path: root/auto.setup
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2015-05-13 23:07:29 -0400
committerJoey Hess <joeyh@joeyh.name>2015-05-13 23:07:29 -0400
commit22339188e7fac70362f024402ae873f51a36d578 (patch)
treed462003da8f62ebea3ceab3aea541453fcf13537 /auto.setup
parent239cd95db7f1ec378384d3b97035f0a359ffc122 (diff)
downloadikiwiki-22339188e7fac70362f024402ae873f51a36d578.tar
ikiwiki-22339188e7fac70362f024402ae873f51a36d578.tar.gz
allow adminuser to be an email address
Diffstat (limited to 'auto.setup')
-rw-r--r--auto.setup2
1 files changed, 1 insertions, 1 deletions
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?"), "");