From 51a2843a9ca6c23a42bc35a1d93ab245f48d248c Mon Sep 17 00:00:00 2001 From: Derek Murphy Date: Mon, 19 Jun 2017 13:43:21 -0400 Subject: [PATCH] Typo fix #3192 Fixed some typos under Builtin Users section of Native API page. --- doc/sphinx-guides/source/api/native-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/api/native-api.rst b/doc/sphinx-guides/source/api/native-api.rst index 1c6c49e5a1e..29e8f472155 100644 --- a/doc/sphinx-guides/source/api/native-api.rst +++ b/doc/sphinx-guides/source/api/native-api.rst @@ -381,7 +381,7 @@ Example python code to replace a file. This may be run by changing these parame Builtin Users ~~~~~~~~~~~~~ -Builtin users are known as "Username/Email and Password" users in the :doc:`/user/account` of the User Guide. Dataverse stores a password (encrypted, of course) for these users, which differs from "remote" users such as Shibboleth or OAuth users where the password is stored elsewhere. See also "Auth Modes: Local vs. Remote vs. Both" in the :doc:`/installation/config` section of the Installation Guide. It's a valid configuration of Dataverse to not use builtin users at all. +Builtin users are also known as "Username/Email and Password" users in the :doc:`/user/account` page of the User Guide. Dataverse stores a password (encrypted, of course) for these users. This differs from "remote" users, such as Shibboleth or OAuth users, whose passwords are stored elsewhere. See also "Auth Modes: Local vs. Remote vs. Both" in the :doc:`/installation/config` section of the Installation Guide. It's a valid configuration of Dataverse to not use builtin users at all. Creating a Builtin User ^^^^^^^^^^^^^^^^^^^^^^^