diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-03-09 16:56:28 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-03-09 16:56:28 +1100 |
commit | 3ba11716c10d285f0373c2dfc3650c0af453896b (patch) | |
tree | 2c736b3e33a52540221526987cd326f267deb6aa /mediagoblin/plugins | |
parent | 95be20a936e703903b1797bf109547c01019cd1d (diff) | |
download | mediagoblin-3ba11716c10d285f0373c2dfc3650c0af453896b.tar.lz mediagoblin-3ba11716c10d285f0373c2dfc3650c0af453896b.tar.xz mediagoblin-3ba11716c10d285f0373c2dfc3650c0af453896b.zip |
Run LDAP, OpenID and PDF tests under Docker.
Diffstat (limited to 'mediagoblin/plugins')
-rw-r--r-- | mediagoblin/plugins/openid/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/plugins/openid/README.rst b/mediagoblin/plugins/openid/README.rst index 1a777336..e2792d9a 100644 --- a/mediagoblin/plugins/openid/README.rst +++ b/mediagoblin/plugins/openid/README.rst @@ -20,7 +20,7 @@ This plugin can be enabled alongside :ref:`basic_auth-chapter` and Set up the OpenID plugin ============================ -1. Install the ``python-openid`` package. +1. Install the ``python3-openid`` package. 2. Add the following to your MediaGoblin .ini file in the ``[plugins]`` section:: |