Skip to content

Commit

Permalink
Merge pull request #1165 from DylannCordel/fix-user-email-reconfirmation
Browse files Browse the repository at this point in the history
fix: wrong reconfirmation parameter when updating user's email
  • Loading branch information
nejch committed Aug 31, 2020
2 parents e6a9ba9 + b5c267e commit 97e1dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/v4/objects.py
Expand Up @@ -469,7 +469,7 @@ class UserManager(CRUDMixin, RESTManager):
"admin",
"can_create_group",
"website_url",
"skip_confirmation",
"skip_reconfirmation",
"external",
"organization",
"location",
Expand Down

0 comments on commit 97e1dcc

Please sign in to comment.