[CMF-checkins] SVN: CMF/branches/1.5/CMFDefault/profiles/default/
added xml files for cookieauth and mailhost defaults (forgot
to do this on the 1.5 branch)
Yvo Schubbe
y.2005- at wcm-solutions.de
Wed Oct 12 04:23:19 EDT 2005
Log message for revision 39087:
added xml files for cookieauth and mailhost defaults (forgot to do this on the 1.5 branch)
Changed:
A CMF/branches/1.5/CMFDefault/profiles/default/cookieauth.xml
A CMF/branches/1.5/CMFDefault/profiles/default/mailhost.xml
-=-
Added: CMF/branches/1.5/CMFDefault/profiles/default/cookieauth.xml
===================================================================
--- CMF/branches/1.5/CMFDefault/profiles/default/cookieauth.xml 2005-10-12 08:18:15 UTC (rev 39086)
+++ CMF/branches/1.5/CMFDefault/profiles/default/cookieauth.xml 2005-10-12 08:23:19 UTC (rev 39087)
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<object name="cookie_authentication"
+ meta_type="Cookie Crumbler">
+ <property name="auth_cookie">__ac</property>
+ <property name="name_cookie">__ac_name</property>
+ <property name="pw_cookie">__ac_password</property>
+ <property name="persist_cookie">__ac_persistent</property>
+ <property name="auto_login_page">login_form</property>
+ <property name="logout_page">logged_out</property>
+ <property name="unauth_page"></property>
+ <property name="local_cookie_path">False</property>
+ <property name="cache_header_value">private</property>
+ <property name="log_username">True</property>
+</object>
Property changes on: CMF/branches/1.5/CMFDefault/profiles/default/cookieauth.xml
___________________________________________________________________
Name: svn:eol-style
+ native
Added: CMF/branches/1.5/CMFDefault/profiles/default/mailhost.xml
===================================================================
--- CMF/branches/1.5/CMFDefault/profiles/default/mailhost.xml 2005-10-12 08:18:15 UTC (rev 39086)
+++ CMF/branches/1.5/CMFDefault/profiles/default/mailhost.xml 2005-10-12 08:23:19 UTC (rev 39087)
@@ -0,0 +1,4 @@
+<?xml version="1.0"?>
+<object name="MailHost" meta_type="Mail Host"
+ smtp_host="localhost" smtp_port="25" smtp_pwd=""
+ smtp_uid=""/>
Property changes on: CMF/branches/1.5/CMFDefault/profiles/default/mailhost.xml
___________________________________________________________________
Name: svn:eol-style
+ native
More information about the CMF-checkins
mailing list