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 cf8ef86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion okta/resource_okta_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ func resourceUser() *schema.Resource {
"recovery_answer": &schema.Schema{
Type: schema.TypeString,
Optional: true,
ValidateFunc: validation.StringLenBetween(4, 100), // Hope no one uses > 10
Sensitive: true,
ValidateFunc: validation.StringLenBetween(4, 100), // Hope no one uses > 100
Description: "User Password Recovery Answer",
},
},
Expand Down

0 comments on commit cf8ef86

Please sign in to comment.