added openid docs

This commit is contained in:
Rodney Ewing 2013-07-09 12:34:13 -07:00
parent 6a93bb4ef7
commit 2c4cdd096f
2 changed files with 34 additions and 0 deletions

View File

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

View File

@ -0,0 +1,32 @@
===================
Openid plugin
===================
The Openid plugin allows user to login to your GNU Mediagoblin instance using
their openid url.
This plugin can be enabled alongside :ref:`basic_auth-chapter` and
:ref:`persona-chapter`.
.. note::
When :reg:`basic_auth-chapter` is enabled alongside this Openid plugin, and
a user creates an account using their Openid. If they would like to add a
password to their account, they can use the forgot password feature to do
so.
Set up the Openid plugin
============================
1. Install the ``python-openid`` package.
2. Add the following to your MediaGoblin .ini file in the ``[plugins]`` section::
[[mediagoblin.plugins.openid]]
3. Run::
gmg dbupdate
in order to create and apply migrations to any database tables that the
plugin requires.