Created Admin panel (markdown)

Tobias Diekershoff 2012-02-22 23:12:25 -08:00
parent 7bd70cfcf4
commit 0ee1b3791a

7
Admin-panel.md Normal file

@ -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.