PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → The deploy the site remotely always shows me gpwInvalidPassword
The deploy the site remotely always shows me gpwInvalidPassword
Iniciado por Perez YESENIA, jan., 26 2018 9:14 PM - Sem resposta
Membro registado
7 mensagems
Publicado em janeiro, 26 2018 - 9:14 PM
When I run the system on localhost without problems, the Groupware user connects me and returns gpwOk, however, when I create the deploy and execute it always tells me the one that gpwInvalidPassword: Error ("Password invalidates")

example:

nReturnedValue is int = gpwConnectUser (EDT_User, EDT_Password)

// If connection failure
IF nReturnedValue <> gpwOk THEN
SWITCH nReturnedValue
CASE gpwError: Error ("Error initializing the groupware.")
CASE gpwUnknownUser: Error ("Unknown user.")
CASE gpwInvalidPassword: Error ("Invalid password")
END
ELSE
PageUse (Mypage..Name)
END

Suggestions?

--
Yesenia