Closed adambarreiro closed 2 months ago
This PR adds the new optional block account_lockout to the vcd_org resource and data source. This block has the following properties:
account_lockout
vcd_org
enabled
invalid_logins_before_lockout
lockout_interval
Tests have been updated.
Closes #575
org
This PR adds the new optional block
account_lockout
to thevcd_org
resource and data source. This block has the following properties:enabled
: Whether the account lockout mechanism is enabled or notinvalid_logins_before_lockout
: Number of login attempts that will trigger an account lockout for the given userlockout_interval
: Once a user is locked out, they will not be able to log back in for this time periodTests have been updated.
Closes #575
Tests
org
acceptance tests passed in 10.6.0org
binary tests passed in 10.6.0org
upgrade tests passed in 10.6.0 (running)