aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/openid
diff options
context:
space:
mode:
authorRodney Ewing <ewing.rj@gmail.com>2013-07-09 12:57:57 -0700
committerRodney Ewing <ewing.rj@gmail.com>2013-07-09 12:57:57 -0700
commitbd0ece0557d7ac4cbbf77617b125060b8c083892 (patch)
treede932408182a148bbd7310eb9631ad31cbbcdcfd /mediagoblin/plugins/openid
parent2c4cdd096f77772ae1f07a163e68c033c0fe1b2c (diff)
downloadmediagoblin-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/openid')
-rw-r--r--mediagoblin/plugins/openid/README.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/mediagoblin/plugins/openid/README.rst b/mediagoblin/plugins/openid/README.rst
index e753b0f9..870a2b58 100644
--- a/mediagoblin/plugins/openid/README.rst
+++ b/mediagoblin/plugins/openid/README.rst
@@ -1,21 +1,23 @@
+.. _openid-chapter:
+
===================
- Openid plugin
+ openid plugin
===================
-The Openid plugin allows user to login to your GNU Mediagoblin instance using
+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
+ 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
+Set up the openid plugin
============================
1. Install the ``python-openid`` package.