Skip to content

Commit

Permalink
Fix simple typo in identity modification example
Browse files Browse the repository at this point in the history
  • Loading branch information
tpdownes committed Jul 2, 2018
1 parent fe43a28 commit 35fe227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gl_objects/users.rst
Expand Up @@ -72,7 +72,7 @@ Set the avatar image for a user::
Set an external identity for a user::

user.provider = 'oauth2_generic'
user..extern_uid = '3'
user.extern_uid = '3'
user.save()

User custom attributes
Expand Down

0 comments on commit 35fe227

Please sign in to comment.