aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2021-04-23 18:11:31 +1000
committerBen Sturmfels <ben@sturm.com.au>2021-04-23 18:11:31 +1000
commit05e4795683c436264fe497b7f98c4f93b990881a (patch)
tree4e6cf19cef2b5ac857cd938373336b9458a060f2 /mediagoblin/plugins
parent9e391cf500532c4d7d73e7b5bb884535432bf61d (diff)
downloadmediagoblin-05e4795683c436264fe497b7f98c4f93b990881a.tar.lz
mediagoblin-05e4795683c436264fe497b7f98c4f93b990881a.tar.xz
mediagoblin-05e4795683c436264fe497b7f98c4f93b990881a.zip
Remove additional mentions of persona in templates and docs.
Diffstat (limited to 'mediagoblin/plugins')
-rw-r--r--mediagoblin/plugins/basic_auth/README.rst3
-rw-r--r--mediagoblin/plugins/openid/README.rst3
2 files changed, 2 insertions, 4 deletions
diff --git a/mediagoblin/plugins/basic_auth/README.rst b/mediagoblin/plugins/basic_auth/README.rst
index 87a7b16f..04bfafa0 100644
--- a/mediagoblin/plugins/basic_auth/README.rst
+++ b/mediagoblin/plugins/basic_auth/README.rst
@@ -7,8 +7,7 @@
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`.
+This plugin can be enabled alongside :ref:`openid-chapter`.
Set up the basic_auth plugin
============================
diff --git a/mediagoblin/plugins/openid/README.rst b/mediagoblin/plugins/openid/README.rst
index e2792d9a..b6368db3 100644
--- a/mediagoblin/plugins/openid/README.rst
+++ b/mediagoblin/plugins/openid/README.rst
@@ -7,8 +7,7 @@
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`.
+This plugin can be enabled alongside :ref:`basic_auth-chapter`.
.. note::
When :ref:`basic_auth-chapter` is enabled alongside this OpenID plugin, and