From bd93e81b92e60447664896318fe633518bf8304d Mon Sep 17 00:00:00 2001 From: Logan Saso Date: Wed, 22 Jan 2025 15:30:20 -0800 Subject: [PATCH] This isn't true --- pkg/connector/user.go | 1 - 1 file changed, 1 deletion(-) 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, })