forked from LiveRamp/terraorg
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Locked_Out and Recovery as valid account statuses (#14)
Add Okta statuses LOCKED_OUT and RECOVERY as valid state. This is to prevent eng_meta from getting blocked when users are locked out, typically from too many attempts to enter their password incorrectly. The users do inevitably go back to Active, but the delay can be significant. Also updated the failure message for users who have left the company because as of the prior patch to allow suspended users, a user being suspended is no longer blocking.
- Loading branch information
1 parent
5e9008f
commit 56fbf2a
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,5 @@ | |
# limitations under the License. | ||
|
||
module Terraorg | ||
VERSION = '0.5.4' | ||
VERSION = '0.5.5' | ||
end |