diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gl_objects/users.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/gl_objects/users.rst b/docs/gl_objects/users.rst index 5b1cf3d..9f2d42c 100644 --- a/docs/gl_objects/users.rst +++ b/docs/gl_objects/users.rst @@ -80,6 +80,10 @@ Set an external identity for a user:: user.extern_uid = '3' user.save() +Delete an external identity by provider name:: + + user.identityproviders.delete('oauth2_generic') + User custom attributes ====================== |