Opengroupware

From DWIKI



Reset root password:
su - postgres
psql OGo
UPDATE person SET password= WHERE login='root';
COMMIT;
Tip:
use 'ogo' for db username, not 'OGo', psql prompt gets confused about this and requires "OGo" for alter user