aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-08-23 22:40:52 -0700
committerzotlabs <mike@macgirvin.com>2017-08-23 22:40:52 -0700
commitaf8ed605f8619fa9ec14521137d7781f3f0f97ef (patch)
tree556b6452520df264e7f3329636e205443c091a54 /doc
parent186f85483fe3ab45281c442b2b275448c5230c4f (diff)
downloadvolse-hubzilla-af8ed605f8619fa9ec14521137d7781f3f0f97ef.tar.gz
volse-hubzilla-af8ed605f8619fa9ec14521137d7781f3f0f97ef.tar.bz2
volse-hubzilla-af8ed605f8619fa9ec14521137d7781f3f0f97ef.zip
add a section to the admin guide about admin rights and how to grant them if the first account on the system used a different email address than the desired administrator email.
Diffstat (limited to 'doc')
-rw-r--r--doc/admin/administrator_guide.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/admin/administrator_guide.md b/doc/admin/administrator_guide.md
index 9e0ee3c59..e3b6190cb 100644
--- a/doc/admin/administrator_guide.md
+++ b/doc/admin/administrator_guide.md
@@ -346,6 +346,19 @@ empty:
1. After successful import (check!) delete your channel on the old RedMatrix Server.
1. On the $Projectname server visit new.hub/locs and upgrade to your channel to a primary one. And when the old Redmatrix server is still listed delete them here as well. Press "Sync" to inform all other server in the grid.
+### Administration
+
+#### Site Administration
+
+Administration of the website is commonly done through the admin webpage located at /admin on your website. In order to access this page you must have administration rights to the server. Administration rights are granted to the first account to register on your site, **provided** the email address of that account exactly matches the email address you provided as the administrator's email address during setup.
+
+There are several ways that this can fail and leave the system without an administrator account, for instance if the first account that was created provided a different email address than the administrator email address that was supplied during setup.
+
+For security reasons there is no web page or interface on the system which will give you administrator access. If you need to correct a situation where a system has no administrator account it **must** be done by editing the account table in the database. There is no other way. To do this, you will need to locate the entry in the account table which belongs to the desired administrator, and set 'account_roles' for that entry to 4096. You will then be able to access the admin page from your system's profile menu or directly via /admin .
+
+A hub can have multiple admins and there is no limit to how administrators you can have. Repeat the above process for every account you wish to provide with administration rights.
+
+
### Troubleshooting
#### Log files