PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Groupware looses password on update
Groupware looses password on update
Iniciado por guest, 21,abr. 2015 23:02 - 2 respuestas
Publicado el 21,abril 2015 - 23:02
Just updated to Windev 20 64 bit from Windev 19 32 bit on my Windows 7 64 bit machine. It recompiled my project fine, but when I run it I cannot login to groupware. I don't know if it changed the username or password or both. Is there a way to reset the groupware login to the default of supervisor and no password? Thanks for your help.
Publicado el 22,abril 2015 - 08:17
Hi Peter,

first, there are some differences between v19 and v20 Groupware, they are not compatible by default if you did not use the "Custom Groupware" setting. If so, it would still be compatible. You can inspect the Groupware file GPU_User.fic with WDMap (Standard Password is PCSGPW2001 ) and add / change the users and passwords. If you did set your own encryption password and forgot it then just delete all of the Groupware files (starting with GPU_... and just run the application. It will regenerate the files automatically and offer the supervisor / supervisor user again.
Publicado el 22,abril 2015 - 15:19
Thanks! I reset all by deleting the GPU_* files like you suggested.
I am a new user so I used the defaults when creating the Groupware originally. I would think this should be classified as a bug. Maybe on conversion it could warn of incompatibility and offer to reset to defaults? Thanks again.