mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 01:34:31 +02:00
Created Admin panel (markdown)
parent
7bd70cfcf4
commit
0ee1b3791a
1 changed files with 7 additions and 0 deletions
7
Admin-panel.md
Normal file
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.
|
Loading…
Add table
Add a link
Reference in a new issue