On Fri, May 16, 2008 at 1:00 PM, André Torgal <[EMAIL PROTECTED]> wrote: > Hi > > We have inherited a CPS intranet system but we were left without any > passwords. Original developer has been unreachable and we're thinking > that maybe we could hack our way into the passwords > > We would need to reset both CPS and Zope/manage super user passwords, right?
Yup. How you do that depends slightly on how zope is installed. Try bin/zopectl stop bin/zopectl adduser anuserid apassword bin/zopectl start to add a new root user. You should then be able to log in with that user, which you then can use to reset the other passwords. -- Lennart Regebro: Zope and Plone consulting. http://www.colliberty.com/ +33 661 58 14 64 _______________________________________________ cps-users mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/cps-users
