diff options
author | Rodney Ewing <ewing.rj@gmail.com> | 2013-07-09 13:41:40 -0700 |
---|---|---|
committer | Rodney Ewing <ewing.rj@gmail.com> | 2013-07-09 13:41:40 -0700 |
commit | 94a566e60e79c39d74fdcbe668bca1d1d41d4aa3 (patch) | |
tree | e64afc4f78df30a9b98d936638882f91325b3a6d | |
parent | 26d2cce85ef629a58d80def85fcda8e324d5d182 (diff) | |
download | mediagoblin-94a566e60e79c39d74fdcbe668bca1d1d41d4aa3.tar.lz mediagoblin-94a566e60e79c39d74fdcbe668bca1d1d41d4aa3.tar.xz mediagoblin-94a566e60e79c39d74fdcbe668bca1d1d41d4aa3.zip |
typo
-rw-r--r-- | mediagoblin/plugins/persona/README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/plugins/persona/README.rst b/mediagoblin/plugins/persona/README.rst index fd086129..ef19ac5d 100644 --- a/mediagoblin/plugins/persona/README.rst +++ b/mediagoblin/plugins/persona/README.rst @@ -5,7 +5,7 @@ ================ The persona plugin allows users to login to you GNU MediaGoblin instance using -`Mozilla's Persona`_. +`Mozilla Persona`_. This plugin can be enabled alongside :ref:`openid-chapter` and :ref:`basic_auth-chapter`. @@ -16,7 +16,7 @@ This plugin can be enabled alongside :ref:`openid-chapter` and password to their account, they can use the forgot password feature to do so. -.. _Mozilla's Persona: https://www.mozilla.org/en-US/persona/ +.. _Mozilla Persona: https://www.mozilla.org/en-US/persona/ Set up the persona plugin ========================= |