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.. Best regards Stefan Sweden -- ______________________________________________ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by Outblaze
Stefan Elwesthal wrote:
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..
http://www.plope.com/Books/2_7Edition/Security.stx cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
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
I had same problem with Zope 2.7.4 and Python 2.4. but with Python 2.3.4 It worked well without problem. or you can install VerboseSecurity. I tried it to find problem but solved problem. On Wed, 16 Mar 2005 17:37:56 +0800, Stefan Elwesthal <elwis@linuxmail.org> 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..
Best regards Stefan Sweden
-- ______________________________________________ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox.
Powered by Outblaze _______________________________________________ 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 )
participants (4)
-
Chris Withers -
Stefan Elwesthal -
Taewook Kang -
Vital Lobachevsky