Jakob Kramer f4686cde16 wtforms.fields.TextField was deprecated 9 anni fa
..
templates 74ae6fb0b6 Merge remote-tracking branch 'refs/remotes/rodney757/auth_refactor' 11 anni fa
README.rst bd0ece0557 added basic_auth and openid docs to index and link them together 11 anni fa
__init__.py e39b9cc60f moved persona template stuff to use template_hooks 11 anni fa
forms.py f4686cde16 wtforms.fields.TextField was deprecated 9 anni fa
models.py 5adb906a0a merge --squash openid branch to take care of a false merge commit in the 11 anni fa
store.py e49b7e02b2 Use six.text_type instead of unicode(). 10 anni fa
views.py e49b7e02b2 Use six.text_type instead of unicode(). 10 anni fa

README.rst

.. _openid-chapter:

===================
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 :ref:`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.