You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/07/09 10:33:55 UTC

[5/9] allura git commit: [#6373] write some docs about admin webpages

[#6373] write some docs about admin webpages


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/b253cdd4
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/b253cdd4
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/b253cdd4

Branch: refs/heads/master
Commit: b253cdd4d28532623b4a7e7681d4dc04141123df
Parents: 848355c
Author: Dave Brondsema <da...@brondsema.net>
Authored: Wed Jul 8 16:56:45 2015 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Wed Jul 8 17:00:50 2015 -0400

----------------------------------------------------------------------
 Allura/docs/getting_started/administration.rst | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/b253cdd4/Allura/docs/getting_started/administration.rst
----------------------------------------------------------------------
diff --git a/Allura/docs/getting_started/administration.rst b/Allura/docs/getting_started/administration.rst
index c0b23e2..d9044b1 100644
--- a/Allura/docs/getting_started/administration.rst
+++ b/Allura/docs/getting_started/administration.rst
@@ -22,6 +22,25 @@ Administration
 .. contents::
    :local:
 
+
+Site Admin Interface
+====================
+
+Allura has an admin interface at http://MYSITE/nf/admin/  You must be an admin of the
+`/p/allura` project on the site to access it.  If you want to use another project to control
+admin access, change the :code:`site_admin_project` setting in :file:`development.ini`.
+
+The admin interface allows you to:
+
+* View newly registered projects
+* Search for projects
+* View neighborhood total stats
+* Search for users, view user details, update user status, email address, and reset their password
+* View background task statuses, and submit new background tasks
+* Manage "trove" categories (for user skill choices)
+* Subscriber a user to an artifact
+* Reclone a repository
+
 Commands, Scripts, and Tasks
 ============================