basic_auth documentation

This commit is contained in:
Rodney Ewing 2013-07-09 12:31:01 -07:00
parent 41a14c6efc
commit 6a93bb4ef7
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,2 @@
.. include:: ../../../mediagoblin/plugins/basic_auth/README.rst

View File

@ -0,0 +1,22 @@
===================
Basic_auth plugin
===================
The basic_auth plugin is enabled by default in mediagoblin.ini. This plugin
provides basic username and password authentication for GNU Mediagoblin.
This plugin can be enabled alongside :ref:`openid-chapter` and
:ref:`persona-chapter`.
Set up the Basic_auth plugin
============================
1. Add the following to your MediaGoblin .ini file in the ``[plugins]`` section::
[[mediagoblin.plugins.basic_auth]]
2. Run::
gmg assetlink
in order to link basic_auth's static assets