pyvcloud
pyvcloud copied to clipboard
Bug: Unable to disable users in Orgs
There is a bug that prevents disabling a user in an Org. I'll be submitting a PR for this shortly.
File: pyvcloud/vcd/org.py Line: 1019 Current line: if is_enabled or role_name or password:
Issue: If the only modification being made to a user is to disable the account, this will ALWAYS skip past this IF statement, as "is_enabled" is a boolean and evaluates to False. This works for enabling users, as "is_enabled" evaluates to True and enters the IF statement.
Can the relevant PR be reviewed and merged?
Bump