PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → The deploy the site remotely always shows me gpwInvalidPassword
The deploy the site remotely always shows me gpwInvalidPassword
Débuté par Perez YESENIA, 26 jan. 2018 21:14 - Aucune réponse
Membre enregistré
7 messages
Posté le 26 janvier 2018 - 21:14
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