Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

Commit

Permalink
Adds user password update functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
vijetm committed Nov 15, 2019
1 parent a95efd4 commit 46fdc6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions okta/resource_okta_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ func resourceUser() *schema.Resource {
"recovery_answer": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Sensitive: true,
ValidateFunc: validation.StringLenBetween(4, 100), // Hope no one uses > 10
Description: "User Password Recovery Answer",
},
Expand Down

0 comments on commit 46fdc6e

Please sign in to comment.