can't log in using user/manager account
Hello I am able to log in to my zope server using the administrator account, but not as a regular user. I added several users, and my authentication always fails. I don't think it's something dumb like "caps lock key on", etc. I'm running Zope with apache webserver on Freebsd. At the very least, what logs should I be looking at? I don't see any mention of authentication failures in the apache logs or in /var/log/messages. Please help if you have a clue how to fix this! I really want to figure it out so I can use this! (Looks cool so far) Thanks!
Hi Kurt, It would be worth it to try on the 8080 interface directly to see if apache is the problem. You did click 'manager' in the roles select box when you created your user.. right? -steve Kurt Yoder wrote:
Hello
I am able to log in to my zope server using the administrator account, but not as a regular user. I added several users, and my authentication always fails. I don't think it's something dumb like "caps lock key on", etc. I'm running Zope with apache webserver on Freebsd.
At the very least, what logs should I be looking at? I don't see any mention of authentication failures in the apache logs or in /var/log/messages.
Please help if you have a clue how to fix this! I really want to figure it out so I can use this! (Looks cool so far)
Thanks!
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
steve wrote:
Hi Kurt,
It would be worth it to try on the 8080 interface directly to see if apache is the problem. You did click 'manager' in the roles select box when you created your user.. right?
-steve
The connection is refused to port 8080, so I can't try that. Yes, I did give the user "manager" role, also "user" role
Kurt Yoder wrote:
Hello
I am able to log in to my zope server using the administrator account, but not as a regular user. I added several users, and my authentication always fails. I don't think it's something dumb like "caps lock key on", etc. I'm running Zope with apache webserver on Freebsd.
At the very least, what logs should I be looking at? I don't see any mention of authentication failures in the apache logs or in /var/log/messages.
Please help if you have a clue how to fix this! I really want to figure it out so I can use this! (Looks cool so far)
Thanks!
Hi Kurt, Kurt Yoder wrote:
steve wrote:
Hi Kurt,
It would be worth it to try on the 8080 interface directly to see if apache is the problem. You did click 'manager' in the roles select box when you created your user.. right?
-steve
The connection is refused to port 8080, so I can't try that. Yes, I did give the user "manager" role, also "user" role
Hmm... that's odd. I run many 'Zopes' on FreeBSD and never see this problem. Did you customize the 'start' script? Did you try 'start -D' to see what ports ZServer is listening on? And.. 'user' strikes me as odd.. there should be only 'Manager' and 'Owner' when you first install Zope. -steve
participants (3)
-
Kurt Yoder -
steve -
Steve Spicklemire