diff options
-rw-r--r-- | docs/glossary.md | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/docs/glossary.md b/docs/glossary.md index cfb093423..4bc72bd25 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -857,12 +857,19 @@ Definitions </dd> <dt> - <a name="super">superuser</a> (also: super privilege) + <a name="super">superuser</a> (also: super privilege, administrator) </dt> <dd> - A <strong>superuser</strong> is an Alaveteli user who has been granted - the privilege to use all features of the - <a href="{{ site.baseurl }}docs/glossary/#admin" class="glossary__link">admin interface</a>. + A <strong>superuser</strong>, or <strong>administrator</strong>, is an + Alaveteli user who has been granted the privilege to use all features of the + <a href="{{ site.baseurl }}docs/glossary/#admin" + class="glossary__link">admin interface</a>. + <p> + The only way to access the admin without being an Alaveteli superuser + is as the <a href="{{ site.baseurl }}docs/glossary/#emergency" + class="glossary__link">emergency user</a>, which should be disabled in + normal operation. + </p> <div class="more-info"> <p>More information:</p> <ul> |