Stefan Elwesthal wrote:
Hello all!
Just started with Zope, since I'm a snake man myself, and so far I find it very useful and interesting indeed. I've stepped through building the ZopeZoo and the tutorial about "the King". (well, almost ;)
Anyway, one thign makes me wonder? Users and access rights! In the examples, there are a guestbook application that nobody can post to since they have to login? Changing the script role as instructed didn't do any help at all. So, I created a user folder in the GuestBook application and added a user. Anyway, nobody can login as this user so that didn't help either?
Could anyone point me to the right place to find out how this things are supposed to work? I feel I'm missing something vital here..
Next time press "Cancel" in login window. Then go to 'error_log' (should be in root folder by default) and investigate which script fails using the traceback. Set proxy role 'Manager' for this script. I hope, it helps. -- -tick