Comply with this new feature of the GitLab API : Optionally make users created via the API set their password.
Until now, the password argument is mandatory when users.create() is called (password is part of User.requiredCreateAttrs list in gitlab/objects.py). We should be able to pass a reset_password=True argument if no password is provided.