Commit 2ffaea68 authored by Ivan Tyagov's avatar Ivan Tyagov

New Catcha property added (captcha_dot_net_use_ssl).

Because list of dynamic properties is exported to XML (bad but no way to control) we have to add it to XML otherwise
it will break CaptchaFeild.
parent 3c8cda96
......@@ -12,6 +12,7 @@
<list>
<string>captcha_dot_net_client</string>
<string>captcha_dot_net_secret</string>
<string>captcha_dot_net_use_ssl</string>
</list>
</value>
</item>
......@@ -21,6 +22,7 @@
<list>
<string>captcha_dot_net_client</string>
<string>captcha_dot_net_secret</string>
<string>captcha_dot_net_use_ssl</string>
</list>
</value>
</item>
......@@ -110,6 +112,12 @@
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>captcha_dot_net_use_ssl</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
</item>
<item>
<key> <string>captcha_type</string> </key>
<value> <string></string> </value>
......@@ -165,6 +173,10 @@
<key> <string>captcha_dot_net_secret</string> </key>
<value> <string>secret</string> </value>
</item>
<item>
<key> <string>captcha_dot_net_use_ssl</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>captcha_type</string> </key>
<value> <string>text</string> </value>
......@@ -233,4 +245,17 @@
</dictionary>
</pickle>
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: preferences.getPreference(\'preferred_captcha_use_ssl\', False)</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
40981
\ No newline at end of file
40982
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment