How accept any value for Connection request username and password?

Hello,
I have successfully running genieacs.
but as per my old settings from another server maintainer, connection request username and password are set randomly.
for that I need to set those parameters manually to each cpe.
is there any way to accept any username and password which is receiving from cpe for connection request ?
tried :
cwmp.connectionRequestAuth
AUTH(“”, “”)
AUTH(“", "”)
AUTH(*, *)
AUTH(InternetGatewayDevice.ManagementServer.ConnectionRequestUsername, InternetGatewayDevice.ManagementServer.ConnectionRequestPassword)

but none of this working.