From 97347692ac43f290df098856054f0c7abd5f6504 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 5 Oct 2017 12:58:53 +0200 Subject: [PATCH] give the admin user the admin panel in the Vagrant VM --- util/htconfig.vagrant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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