diff options
author | Rodney Ewing <ewing.rj@gmail.com> | 2013-08-16 10:24:41 -0700 |
---|---|---|
committer | Rodney Ewing <ewing.rj@gmail.com> | 2013-08-16 10:24:41 -0700 |
commit | fb900ef27b65b3d220ce16972593869441b4c82c (patch) | |
tree | 87cd40ca32c1123703d23ce62c4adecfafb03ee2 /mediagoblin/plugins/basic_auth/README.rst | |
parent | 71b2bee6228164993394f74202e5acd82535c34d (diff) | |
parent | d194770dd24c70cf1306d1287ec2cf82f07e2107 (diff) | |
download | mediagoblin-fb900ef27b65b3d220ce16972593869441b4c82c.tar.lz mediagoblin-fb900ef27b65b3d220ce16972593869441b4c82c.tar.xz mediagoblin-fb900ef27b65b3d220ce16972593869441b4c82c.zip |
Merge branch 'auth_docs'
Conflicts:
docs/source/index.rst
Diffstat (limited to 'mediagoblin/plugins/basic_auth/README.rst')
-rw-r--r-- | mediagoblin/plugins/basic_auth/README.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mediagoblin/plugins/basic_auth/README.rst b/mediagoblin/plugins/basic_auth/README.rst new file mode 100644 index 00000000..82f247ed --- /dev/null +++ b/mediagoblin/plugins/basic_auth/README.rst @@ -0,0 +1,24 @@ +.. _basic_auth-chapter: + +=================== + 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 |