Commit 9fb3989
authored
Update objects.py
At least in version 11.11 (and later), parameter to update an user is `skip_reconfirmation` and not `skip_confirmation`.
See:
* https://docs.gitlab.com/11.11/ee/api/users.html#user-modification
* https://docs.gitlab.com/ee/api/users.html#user-modification
Currently, when an user has it's email updated, an email is sent to it's old email even if skip confirmation is set to True.1 parent e6a9ba9 commit 9fb3989
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
472 | | - | |
| 472 | + | |
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
| |||
0 commit comments