diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-08-16 09:40:23 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-08-16 09:40:23 +1000 |
commit | c78571d3a348d340ad39d0c021e09cde8f6aea4e (patch) | |
tree | 6a7989702a7e2f7f04c8bf8e2cdff804ba4a9db1 /docs | |
parent | 95b66348b03494c42f5a74e0932d30531642fc95 (diff) | |
download | mediagoblin-c78571d3a348d340ad39d0c021e09cde8f6aea4e.tar.lz mediagoblin-c78571d3a348d340ad39d0c021e09cde8f6aea4e.tar.xz mediagoblin-c78571d3a348d340ad39d0c021e09cde8f6aea4e.zip |
Remove old docs link to Persona.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index ee4b452f..c1917d14 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -633,7 +633,7 @@ If you run into problems, don't hesitate to * As mentioned above, we now have a plugable Authentication system. You can use any combination of the multiple authentication systems - (:ref:`basic_auth-chapter`, :ref:`persona-chapter`, :ref:`openid-chapter`) + (:ref:`basic_auth-chapter`, Persona, :ref:`openid-chapter`) or write your own! * Media types are now plugins! This means that new media types will be able to do new, fancy things they couldn't in the future. |