Opengroupware: Difference between revisions

From DWIKI
No edit summary
m (Link to new admin guide)
 
(6 intermediate revisions by the same user not shown)
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://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]]
*[[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]
Line 15: Line 18:
*[[Opengroupware on Debian]]
*[[Opengroupware on Debian]]


Rest root password:
 
su - postgres
 
psql OGo
 
UPDATE person SET password='' WHERE login='root';
*[http://www.webdav.org/cadaver Command-line WebDAV client]
COMMIT;
 
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