further changes, adding administrative tasks section

pull/1484/head
Chris Rogers 2015-07-07 11:01:07 +01:00
rodzic c3d01c5a10
commit c86927b55a
7 zmienionych plików z 46 dodań i 2 usunięć

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 29 KiB

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 39 KiB

Wyświetl plik

@ -0,0 +1,11 @@
Administrator tasks
===================
This section of the guide documents how to perform common tasks as an administrator of a Wagtail site.
.. toctree::
:maxdepth: 3
managing_users
.. promoted_search_results
.. redirects

Wyświetl plik

@ -0,0 +1,32 @@
Managing users and roles
========================
As an administrator, a common task will be adding, modifying or removing user profiles.
This is done via the 'Users' interface, which can be found in the Settings menu, accessible via the left-hand menu bar.
.. image:: ../../_static/images/screen35_users_menu_item.png
In this interface you can see all of your users, their usernames, their 'level' of access (otherwise known as their 'role'), and their status, either active or inactive.
You can sort this listing either via Name or Username.
.. image:: ../../_static/images/screen36_users_interface.png
Clicking on a user's name will open their profile details. From here you can then edit that users details.
.. Note::
It is possible to change user's passwords in this interface, but it is worth encouraging your users to use the 'Forgotten password' link on the login screen instead. This should save you some time!
Click the 'Roles' tab to edit the level of access your users have. By default there are three roles:
+--------------+--------------+-----------------+-----------------+
| Role | Create drafts| Publish content | Access Settings |
+==============+==============+=================+=================+
| Editor | Yes | No | No |
+--------------+--------------+-----------------+-----------------+
| Moderator | Yes | Yes | No |
+--------------+--------------+-----------------+-----------------+
| Administrator| Yes | Yes | Yes |
+--------------+--------------+-----------------+-----------------+

Wyświetl plik

@ -4,7 +4,7 @@ Getting started
The Wagtail demo site
_____________________
This examples in this document are based on the `Wagtail demo site <https://github.com/torchbox/wagtaildemo/>`_. However, the instructions are general enough as to be applicable to any Wagtail site. If you want to use the demo site you can find installation and launch instructions on its `Github <https://github.com/torchbox/wagtaildemo/>`_ page.
This examples in this document are based on `Torchbox.com <https://torchbox.com>`_. However, the instructions are general enough as to be applicable to any Wagtail site.
For the purposes of this documentation we will be using the URL, **www.example.com**, to represent the root (homepage) of your website.

Wyświetl plik

@ -14,3 +14,4 @@ This section of the documentation is written for the users of a Wagtail-powered
new_pages/index
editing_existing_pages
documents_images_snippets/index
administrator_tasks/index

Wyświetl plik

@ -3,7 +3,7 @@ Creating new pages
.. image:: ../../_static/images/screen08_add_page_button.png
Create new pages by clicking the Add child page. This creates a child page of the section you are currently in. In this case a child page of the Homepage.
Create new pages by clicking the **Add child page** button. This creates a child page of the section you are currently in. In this case a child page of the 'School of Fine Art' page.
.. ADD IN OTHER WAYS A CHILD PAGE CAN BE ADDED?>>