Opengroupware: Difference between revisions

From DWIKI
mNo edit summary
No edit summary
Line 5: Line 5:
*[http://docs.opengroupware.org/alldocs/ Docs]
*[http://docs.opengroupware.org/alldocs/ Docs]
*[http://docs.opengroupware.org/ This plone thing people talk about]
*[http://docs.opengroupware.org/ This plone thing people talk about]
*[http://www.whitemiceconsulting.com/ http://www.whitemiceconsulting.com/]
*[http://docs.opengroupware.org/Members/ Docs by users]
*[http://www.whitemiceconsulting.com/node/67 admin guide]
*[http://www.whitemiceconsulting.com/ http://www.whitemiceconsulting.com/] (offline?)
*[http://www.whitemiceconsulting.com/node/67 admin guide](offline?)
*[[Zidestore]]
*[[Zidestore]]
*[[OGo and Sunbird]]
*[[OGo and Sunbird]]

Revision as of 20:34, 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