PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → gpwuser password
gpwuser password
Iniciado por guest, 14,oct. 2013 15:56 - 3 respuestas
Publicado el 14,octubre 2013 - 15:56
Hello,
gpwGetUserInfo() will retrieve the following login-user info
a) gpwInfoSupervisor
b) gpwInfoGroup
c) gpwInfoLogin
d) gpwInfoName
e) gpwInfoFirstName
... anyway to retrieve password for that user by function / programming ?
Help plz

Thanks in advance
BG
Publicado el 14,octubre 2013 - 16:11
Hi,

You can add the User file to you analysis and then read it directly from the file.

Kind Regards
Christo
Publicado el 14,octubre 2013 - 16:11
Bu programming you can read the GPWUSER.FIC as any other file and look for the password field.
the default password to read the GPW files is in the help http://doc.windev.com/en-US/…
Publicado el 28,noviembre 2017 - 13:03
PCSGPW2001