Opengroupware: Difference between revisions

From DWIKI
No edit summary
m (Link to new admin guide)
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
*[http://www.opengroupware.org Homepage]
*[http://www.opengroupware.org Homepage]
*[http://en.opengroupware.info/ Forum]
*[http://en.opengroupware.info/ Forum]
* [http://gnu.kookel.org/ftp/opengroupware.org/en/users/faq/index.html A FAQ]
*[http://gnu.kookel.org/ftp/opengroupware.org/en/devs/docs/OGoArchitecture.html The Diagram]
* [http://docs.opengroupware.org/alldocs/ Docs]
*[http://gnu.kookel.org/ftp/opengroupware.org/en/users/faq/index.html A third party FAQ]
*[http://docs.opengroupware.org/alldocs/ Docs]
*[http://docs.opengroupware.org/ This plone thing people talk about]
*[http://docs.opengroupware.org/Members/ Docs by users]
*[http://docs.opengroupware.org/Members/whitemice/wmogag/ Whitemices ogo administrator's guide]
*[http://www.whitemiceconsulting.com/ http://www.whitemiceconsulting.com/] (offline?)
*[http://docs.opengroupware.org/Members/whitemice/applications/index_html/view OGo & Clients]
*[[Zidestore]]
*[[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://noodle.yacoi.com/wiki/InstallNoodleOGo Noodle OGo]
*[http://noodle.yacoi.com/wiki/InstallNoodleOGo Noodle OGo]
*[http://www.whitemiceconsulting.com/node/70 Using Sunbird with OGo]
*[http://sope.opengroupware.org/ Sope]
*[http://sope.opengroupware.org/ Sope]
*[[Zidelook]] provides an opengroupware connector for Outlook
*[[Zidelook]] provides an opengroupware connector for Outlook
*[[Opengroupware on Debian]]
*[[Opengroupware on Debian]]
*[http://www.webdav.org/cadaver Command-line WebDAV client]
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

Latest revision as of 23:30, 5 June 2007



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