Re: [Zope-dev] permissions on a python script...

2003-11-23 Thread robert
If you are logged in with manager permissions and plone still asks for a 
passwort this usually means that you are trying to call a non exising 
template.
Robert

Am Montag, 24. November 2003 05:31 schrieb [EMAIL PROTECTED]:
> when I call my form processing script from a form action zope prompt me
> for a password
>
> I have fiddled with both the owner and security settings, with no success
>
> Any and all advice welcomed -thanks again
>
> -josh
>
>
>
> ___
> Zope-Dev maillist  -  [EMAIL PROTECTED]
> http://mail.zope.org/mailman/listinfo/zope-dev
> **  No cross posts or HTML encoding!  **
> (Related lists -
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope )

-- 
mit freundlichen GrĂ¼ssen

Robert Rottermann
www.redCOR.ch


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] permissions on a python script...

2003-11-23 Thread scripts-urban
> If you are logged in with manager permissions and plone still asks for a
>  passwort this usually means that you are trying to call a non exising
> template.
> Robert

I changed the scripts permissions to Manager and then ran the form from a
browser that was not logged into zope. It worked. Now if I could only get
the script to call a DTML method...

-Josh



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] permissions on a python script...

2003-11-24 Thread Dieter Maurer
[EMAIL PROTECTED] wrote at 2003-11-24 04:31 -:
 > when I call my form processing script from a form action zope prompt me
 > for a password

Shane's "VerboseSecurity" is a valuable help to analyse security problems.

-- 
Dieter

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )