diff options
| author | Tom Downes <tpdownes@users.noreply.github.com> | 2018-07-02 16:37:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-02 16:37:07 -0500 |
| commit | 35fe2275efe15861edd53ec5038497b475e47c7c (patch) | |
| tree | 84233752f23af21f9f8406f72606b766de3dae27 /docs | |
| parent | fe43a287259633d1d8d4ea1ebc94320bc8020a9b (diff) | |
| download | gitlab-35fe2275efe15861edd53ec5038497b475e47c7c.tar.gz | |
Fix simple typo in identity modification example
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gl_objects/users.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gl_objects/users.rst b/docs/gl_objects/users.rst index 4b3d08b..3b9c040 100644 --- a/docs/gl_objects/users.rst +++ b/docs/gl_objects/users.rst @@ -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 |
