Hi, I'm new to zope. Would like to know when zope sets to debug mode, will username and passwords be logged in plain text? Thanks
On Mon, Jul 14, 2003 at 10:58:17AM +0800, tangpl wrote:
I'm new to zope. Would like to know when zope sets to debug mode, will username and passwords be logged in plain text?
No. Why not just run it and see? -- Ng Pheng Siong <ngps@netmemetic.com> http://firewall.rulemaker.net -+- Manage Your Firewall Rulebase Changes http://www.post1.com/home/ngps -+- Open Source Python Crypto & SSL
Hi, Does anybody know how to deal with exceptions which include a whitespace in the name? i mean, if i define a exception like this: <dtml-raise type="Access Error" You are not autorized </dtml-raise> i want to catch it, but dtml-except can not let define a space between "Access" and "Error", i have tested the following but none of them work: <dtml-except "Access Error"> <dtml-except 'Access Error"> <dtml-except '_['Access Error']'> and so on, but i couldn't figure what is the exact sentence. Another question; does anybody knows about a good product to do form validation? Thanks, -- Nestor A. Diaz Lizarazo Tel. +57.1.6005490 Ingeniero de Sistemas y Comp. Cel. +57.3.3102827965 nestor@tiendalinux.com http://soporte.tiendalinux.com
My $0.02 worth -- don't try to put blanks into tokens. In my experience it always comes back to bite you. If you must print out with a blank, choose a naming convention that can be translated easily, e.g., Access_Error or provide a side table of print names. On Sun, 13 Jul 2003, Nestor A. Diaz L. wrote:
Does anybody know how to deal with exceptions which include a whitespace in the name?
i mean, if i define a exception like this:
<dtml-raise type="Access Error" You are not autorized </dtml-raise>
Zope never logs any passwords. -aj --On Montag, 14. Juli 2003 10:58 Uhr +0800 tangpl <tangpl@bii.a-star.edu.sg> wrote:
Hi,
I'm new to zope. Would like to know when zope sets to debug mode, will username and passwords be logged in plain text?
Thanks
participants (5)
-
Andreas Jung -
Dennis Allison -
Nestor A. Diaz L. -
Ng Pheng Siong -
tangpl