diff options
author | Rodney Ewing <ewing.rj@gmail.com> | 2013-07-09 12:57:57 -0700 |
---|---|---|
committer | Rodney Ewing <ewing.rj@gmail.com> | 2013-07-09 12:57:57 -0700 |
commit | bd0ece0557d7ac4cbbf77617b125060b8c083892 (patch) | |
tree | de932408182a148bbd7310eb9631ad31cbbcdcfd /mediagoblin/plugins/basic_auth | |
parent | 2c4cdd096f77772ae1f07a163e68c033c0fe1b2c (diff) | |
download | mediagoblin-bd0ece0557d7ac4cbbf77617b125060b8c083892.tar.lz mediagoblin-bd0ece0557d7ac4cbbf77617b125060b8c083892.tar.xz mediagoblin-bd0ece0557d7ac4cbbf77617b125060b8c083892.zip |
added basic_auth and openid docs to index and link them together
Diffstat (limited to 'mediagoblin/plugins/basic_auth')
-rw-r--r-- | mediagoblin/plugins/basic_auth/README.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mediagoblin/plugins/basic_auth/README.rst b/mediagoblin/plugins/basic_auth/README.rst index 65a7345e..82f247ed 100644 --- a/mediagoblin/plugins/basic_auth/README.rst +++ b/mediagoblin/plugins/basic_auth/README.rst @@ -1,5 +1,7 @@ +.. _basic_auth-chapter: + =================== - Basic_auth plugin + basic_auth plugin =================== The basic_auth plugin is enabled by default in mediagoblin.ini. This plugin @@ -8,7 +10,7 @@ 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 +Set up the basic_auth plugin ============================ 1. Add the following to your MediaGoblin .ini file in the ``[plugins]`` section:: |