diff --git a/pkg/connector/user.go b/pkg/connector/user.go index 0f233ebf..37158ac5 100644 --- a/pkg/connector/user.go +++ b/pkg/connector/user.go @@ -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, })