Skip to content

Commit

Permalink
This isn't true
Browse files Browse the repository at this point in the history
  • Loading branch information
loganintech committed Jan 22, 2025
1 parent f1b9454 commit bd93e81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/connector/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ func getCredentialOption(credentialOptions *v2.CredentialOptions) (*okta.UserCre
}

length := min(8, credentialOptions.GetRandomPassword().GetLength())
// This password is expired by default, they have to change their password on next login
plaintextPassword, err := crypto.GenerateRandomPassword(&v2.CredentialOptions_RandomPassword{
Length: length,
})
Expand Down

0 comments on commit bd93e81

Please sign in to comment.