Commit 9bd169f3 authored by Ivan Tyagov's avatar Ivan Tyagov

Use preferences to control login_form.

parent e7fd1555
......@@ -148,9 +148,7 @@
</item>
<item>
<key> <string>enabled</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
......@@ -306,17 +304,4 @@
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: context.getLayoutProperty(\'layout_display_user_widget\',True)</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -62,7 +62,7 @@
menu_opacity python:here.getLayoutProperty(\'layout_navigation_menu_opacity\', \'0.80\');\n
menu_width python:here.getLayoutProperty(\'layout_navigation_menu_width\', \'145px\');\n
menu_indent python:here.getLayoutProperty(\'layout_navigation_menu_indent\', \'155px\');\n
display_anonymous_user_registration python: context.getLayoutProperty(\'layout_display_anonymous_user_registration\',True);" >\n
display_anonymous_user_registration python: 1" >\n
\n
body, html {\n
margin:0;\n
......
1842
\ No newline at end of file
1843
\ 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