From 4489924eff8edb3d7209aee76cb0343e9e1c6f5d Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Wed, 14 Jan 2015 15:47:31 +0000 Subject: Add Spanish docs/running/admin_manual --- docs/running/admin_manual.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'docs/running/admin_manual.md') diff --git a/docs/running/admin_manual.md b/docs/running/admin_manual.md index 7c112400c..d386e4dc0 100644 --- a/docs/running/admin_manual.md +++ b/docs/running/admin_manual.md @@ -8,7 +8,8 @@ title: Administrator's guide

What is it like running an Alaveteli site? This guide explains what you can expect, and the types of problem that you might encounter. It includes - examples of how mySociety manages their own Freedom of Information site, whatdotheyknow.com.

@@ -57,7 +58,7 @@ WhatDoTheyKnow usually has about 3 active volunteers at any one time managing the support, plus a few other less active people who help out at different times. -Administration tasks can be split into [**maintenance**]({{ site.baseurl }}docs/running/admin_manual/#maintenance) and [**user support**]({{ site.baseurl }}docs/running/admin_manual/#user-support). +Administration tasks can be split into [**maintenance**]({{ page.baseurl }}/docs/running/admin_manual/#maintenance) and [**user support**]({{ page.baseurl }}/docs/running/admin_manual/#user-support). The boundaries of these tasks is in fact quite blurred; the main distinction is that the former happen exclusively through the web admin interface, whereas the latter are mediated by email directly with end users (but often result in @@ -312,13 +313,13 @@ line, and piping the contents of that file into the mail handling script. e.g. ### Administrator privileges and accessing the admin interface -The administrative interface +The administrative interface is at the URL `/admin`. Only users who are -administrators +administrators can access the admin interface. To make a user an administrator on a brand new site, -[follow these steps]({{ site.baseurl }}docs/installing/next_steps/#create-a-superuser-admin-account). +[follow these steps]({{ page.baseurl }}/docs/installing/next_steps/#create-a-superuser-admin-account). If you're already an administrator, you can grant other users administrator privilege too. Go to `/admin/users` or click on **Users** at the top of @@ -336,9 +337,9 @@ have extra privileges in the main website front end. Administrators can:
It is possible completely to override the administrator authentication by setting - SKIP_ADMIN_AUTH + SKIP_ADMIN_AUTH to true in general.yml. Never do this, unless you - are working on a development server.
-- cgit v1.2.3