Skip to content

Commit

Permalink
Fix : Issue#1061 Added testcase and sample tf to handle old_password
Browse files Browse the repository at this point in the history
  • Loading branch information
balaganaparthi-okta committed Apr 13, 2022
1 parent 2cfd5f9 commit bb67237
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/okta_user/basic_with_credentials_updated_old_password.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
resource "okta_user" "test" {
first_name = "TestAcc"
last_name = "Smith"
login = "testAcc-replace_with_uuid@example.com"
email = "testAcc-replace_with_uuid@example.com"
password = "Super#Secret@007"
old_password = "SuperSecret007"
recovery_question = "0011 & 1010"
recovery_answer = "0010"
}

0 comments on commit bb67237

Please sign in to comment.