From 0ee1b3791a3b2ffa21bd8fc9f708ef38424bf5ae Mon Sep 17 00:00:00 2001 From: tobiasd Date: Wed, 22 Feb 2012 23:12:25 -0800 Subject: [PATCH] Created Admin panel (markdown) --- Admin-panel.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Admin-panel.md diff --git a/Admin-panel.md b/Admin-panel.md new file mode 100644 index 0000000..13fa2da --- /dev/null +++ b/Admin-panel.md @@ -0,0 +1,7 @@ +## Activation of the Admin Panel ## + +The admin panel is not active by default, to activate it you have to add + +`$a->config['admin_email'] = 'your.admin.email@example.com';` + +to the generated [.htconfig.php](htconfig) file. `your.admin.email@example.com` has to be replaced by the email address that was entered for the account that shall become the admin account of the ~friendica server. You can only have one admin account per server. \ No newline at end of file