From: Tobias Diekershoff Date: Thu, 5 Oct 2017 10:58:53 +0000 (+0200) Subject: give the admin user the admin panel in the Vagrant VM X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=97347692ac43f290df098856054f0c7abd5f6504;p=friendica.git give the admin user the admin panel in the Vagrant VM --- diff --git a/util/htconfig.vagrant.php b/util/htconfig.vagrant.php index ea12e6efbc..cc4ade758a 100644 --- a/util/htconfig.vagrant.php +++ b/util/htconfig.vagrant.php @@ -33,7 +33,7 @@ $a->config['sitename'] = "My Friend Network"; $a->config['register_policy'] = REGISTER_OPEN; $a->config['register_text'] = ''; -$a->config['admin_email'] = 'vagrant@friendica.dev'; +$a->config['admin_email'] = 'admin@friendica.dev'; // Maximum size of an imported message, 0 is unlimited