Skip to content

Commit

Permalink
Typo fix #3192
Browse files Browse the repository at this point in the history
Fixed some typos under Builtin Users section of Native API page.
  • Loading branch information
dlmurphy committed Jun 19, 2017
1 parent bffb3fe commit 51a2843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/api/native-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 51a2843

Please sign in to comment.