Opengroupware: Difference between revisions

From DWIKI
No edit summary
mNo edit summary
Line 9: Line 9:
*[[Zidestore]]
*[[Zidestore]]
*[[OGo and Sunbird]]
*[[OGo and Sunbird]]
*[http://docs.opengroupware.org/Members/chris/groupdav/korganizer/view OGo and korganizer]
*[http://www.whitemiceconsulting.com/node/70 Using Sunbird with OGo](discouraged)
*[http://www.whitemiceconsulting.com/node/70 Using Sunbird with OGo](discouraged)
*[http://noodle.yacoi.com/wiki/InstallNoodleOGo Noodle OGo]
*[http://noodle.yacoi.com/wiki/InstallNoodleOGo Noodle OGo]

Revision as of 17:31, 20 October 2006

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