Password Reset failing with AD Credential Store with the error - "Error: undefined is not a function.,Detail: undefined is not a function"Issue The Password Reset fails with AD Credential Store with the error - "Error: undefined is not a function.,Detail: undefined is not a function" Steps to reproduce: Configure Password Reset with AD Credential Store.Reset the password for example user and it fails with below error. "Error: undefined is not a function.,Detail: undefined is not a function" ReleaseALLCauseThe field "auto generate password" is set to 'null' value. This is why we get "undefined is not a function". ResolutionSet the Auto generate password to "PwdDefaulttAutoGenPassword" and save the record, After that we will able to reset password successfully.