- Notifications
You must be signed in to change notification settings - Fork673
Closed
Description
Comply with this new feature of the GitLab API :Optionally make users created via the API set their password.
Until now, thepassword
argument is mandatory whenusers.create()
is called (password
is part ofUser.requiredCreateAttrs
list ingitlab/objects.py
). We should be able to pass areset_password=True
argument if nopassword
is provided.
Metadata
Metadata
Assignees
Labels
No labels