Zope on SuSE 8.2 -- What initial user name and password do I use?
I've got Zope running but when I go to localhost:8080/manage I get a dialogbox wanting a user name and password. I didn't know what it was wanting so I created an "access" file using zpasswd.py but apparently it doesn't see this file because when I enter the user name and password that I put in the access file zope just regenerates the prompt dialogbox. I have made sure that I enter username/password exactly as found in the access file, I've tried copying th access file into the zope directory, that had no positive effect so I copied it into the zserver directory and that had no positive effect either. Could some kind soul please tell me how to get into Zope? Thanks for any help that might be offered. Paul
use zpasswd.py to create a file 'inituser' and create an initial account username and password. Altertaively you can reinstall and be sure to captyure the initial user information. On Thu, 21 Aug 2003 paulporter@buffalotalks.com wrote:
I've got Zope running but when I go to localhost:8080/manage I get a dialogbox wanting a user name and password. I didn't know what it was wanting so I created an "access" file using zpasswd.py but apparently it doesn't see this file because when I enter the user name and password that I put in the access file zope just regenerates the prompt dialogbox.
I have made sure that I enter username/password exactly as found in the access file, I've tried copying th access file into the zope directory, that had no positive effect so I copied it into the zserver directory and that had no positive effect either.
Could some kind soul please tell me how to get into Zope?
Thanks for any help that might be offered.
Paul
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Paul, Here are the steps I had to do in the same situation on Mandrake.. -------------------------------------------------------------------------- To reset the admin password (on Mandrake) as root type: cd /var/lib/zope zpasswd -u admin -p <password> access Now login as the admin and create another user that is a manager under acl_users. The logoff and back in as the new user and you are on your way.... Regards Anthony --------------------------------------------------------------------------- Dennis Allison wrote:
use zpasswd.py to create a file 'inituser' and create an initial account username and password. Altertaively you can reinstall and be sure to captyure the initial user information.
On Thu, 21 Aug 2003 paulporter@buffalotalks.com wrote:
I've got Zope running but when I go to localhost:8080/manage I get a dialogbox wanting a user name and password. I didn't know what it was wanting so I created an "access" file using zpasswd.py but apparently it doesn't see this file because when I enter the user name and password that I put in the access file zope just regenerates the prompt dialogbox.
I have made sure that I enter username/password exactly as found in the access file, I've tried copying th access file into the zope directory, that had no positive effect so I copied it into the zserver directory and that had no positive effect either.
Could some kind soul please tell me how to get into Zope?
Thanks for any help that might be offered.
Paul
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- ____________________________________________________________ Anthony Tarlano Researcher - Future Networking Laboratory DoCoMo Communications Laboratories Europe GmbH Landsberger Strasse 308-312 80687 Munich Germany Tel: +49 89 56 824 212 Cell: +49 177 341 3758 Fax: +49 89 56 824 300 mailto:tarlano@docomolab-euro.com http://www.docomolab-euro.com/
Paul, Here are the steps I had to do in the same situation on Mandrake.. -------------------------------------------------------------------------- To reset the admin password (on Mandrake) as root type: cd /var/lib/zope zpasswd -u admin -p <password> access Now login as the admin and create another user that is a manager under acl_users. The logoff and back in as the new user and you are on your way.... Regards Anthony --------------------------------------------------------------------------- Dennis Allison wrote:
use zpasswd.py to create a file 'inituser' and create an initial account username and password. Altertaively you can reinstall and be sure to captyure the initial user information.
On Thu, 21 Aug 2003 paulporter@buffalotalks.com wrote:
I've got Zope running but when I go to localhost:8080/manage I get a dialogbox wanting a user name and password. I didn't know what it was wanting so I created an "access" file using zpasswd.py but apparently it doesn't see this file because when I enter the user name and password that I put in the access file zope just regenerates the prompt dialogbox.
I have made sure that I enter username/password exactly as found in the access file, I've tried copying th access file into the zope directory, that had no positive effect so I copied it into the zserver directory and that had no positive effect either.
Could some kind soul please tell me how to get into Zope?
Thanks for any help that might be offered.
Paul
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- ____________________________________________________________ Anthony Tarlano Researcher - Future Networking Laboratory DoCoMo Communications Laboratories Europe GmbH Landsberger Strasse 308-312 80687 Munich Germany Tel: +49 89 56 824 212 Cell: +49 177 341 3758 Fax: +49 89 56 824 300 mailto:tarlano@docomolab-euro.com http://www.docomolab-euro.com/
The SuSE sets up accounts for you, you'll find the information about how SuSE prepare it for you in /usr/share/doc/packages/zope/readme.suse P.S. It's a good idea to allways look for .../packages/xxx/readme.suse since this is the official place the preparers at SuSE leave notes for you! Jerry Westrick On Fri, 2003-08-22 at 19:32, Dennis Allison wrote:
use zpasswd.py to create a file 'inituser' and create an initial account username and password. Altertaively you can reinstall and be sure to captyure the initial user information.
On Thu, 21 Aug 2003 paulporter@buffalotalks.com wrote:
I've got Zope running but when I go to localhost:8080/manage I get a dialogbox wanting a user name and password. I didn't know what it was wanting so I created an "access" file using zpasswd.py but apparently it doesn't see this file because when I enter the user name and password that I put in the access file zope just regenerates the prompt dialogbox.
I have made sure that I enter username/password exactly as found in the access file, I've tried copying th access file into the zope directory, that had no positive effect so I copied it into the zserver directory and that had no positive effect either.
Could some kind soul please tell me how to get into Zope?
Thanks for any help that might be offered.
Paul
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Did you restart Zope after you added the access file? HTH, Dylan On Thu, 2003-08-21 at 06:51, paulporter@buffalotalks.com wrote:
I've got Zope running but when I go to localhost:8080/manage I get a dialogbox wanting a user name and password. I didn't know what it was wanting so I created an "access" file using zpasswd.py but apparently it doesn't see this file because when I enter the user name and password that I put in the access file zope just regenerates the prompt dialogbox.
I have made sure that I enter username/password exactly as found in the access file, I've tried copying th access file into the zope directory, that had no positive effect so I copied it into the zserver directory and that had no positive effect either.
Could some kind soul please tell me how to get into Zope?
Thanks for any help that might be offered.
Paul
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
paulporter@buffalotalks.com wrote at 2003-8-21 09:51 -0400:
I've got Zope running but when I go to localhost:8080/manage I get a dialogbox wanting a user name and password. I didn't know what it was wanting so I created an "access" file using zpasswd.py but apparently it doesn't see this file because when I enter the user name and password that I put in the access file zope just regenerates the prompt dialogbox.
Maybe someone already asked this: did you restart Zope after you created/changed "access". Zope reads "access/inituser" only on startup. Dieter
participants (6)
-
anthony tarlano -
Dennis Allison -
Dieter Maurer -
Dylan Reinhardt -
Jerry Westrick -
paulporter@buffalotalks.com