diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2020-08-31 23:10:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-31 23:10:47 +0200 |
commit | 97e1dcc889463305943612e3ffc87e111a9396cb (patch) | |
tree | 37e10db7d9f9e50b6132a56630d8cacb02cd0ade | |
parent | e6a9ba99692105405622ed196db36a05c2dcb1b8 (diff) | |
parent | b5c267e110b2d7128da4f91c62689456d5ce275f (diff) | |
download | gitlab-97e1dcc889463305943612e3ffc87e111a9396cb.tar.gz |
Merge pull request #1165 from DylannCordel/fix-user-email-reconfirmation
fix: wrong reconfirmation parameter when updating user's email
-rw-r--r-- | gitlab/v4/objects.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py index e7d7d23..eaf1cd0 100644 --- a/gitlab/v4/objects.py +++ b/gitlab/v4/objects.py @@ -469,7 +469,7 @@ class UserManager(CRUDMixin, RESTManager): "admin", "can_create_group", "website_url", - "skip_confirmation", + "skip_reconfirmation", "external", "organization", "location", |