[Checkins] SVN: grokproject/trunk/grokproject/template_ Adjust templates to reflect new SHA1 encoding of passwords.

Uli Fouquet uli at gnufix.de
Wed Feb 18 08:54:40 EST 2009


Log message for revision 96699:
  Adjust templates to reflect new SHA1 encoding of passwords.

Changed:
  U   grokproject/trunk/grokproject/template_paste/etc/site.zcml.in_tmpl
  U   grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl

-=-
Modified: grokproject/trunk/grokproject/template_paste/etc/site.zcml.in_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/etc/site.zcml.in_tmpl	2009-02-18 13:53:55 UTC (rev 96698)
+++ grokproject/trunk/grokproject/template_paste/etc/site.zcml.in_tmpl	2009-02-18 13:54:40 UTC (rev 96699)
@@ -16,7 +16,7 @@
       <principal id="zope.manager"
                  title="Manager"
                  login=${user}
-                 password_manager="Plain Text"
+                 password_manager="SHA1"
                  password=${passwd}
                  />
 

Modified: grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl	2009-02-18 13:53:55 UTC (rev 96698)
+++ grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl	2009-02-18 13:54:40 UTC (rev 96699)
@@ -27,7 +27,7 @@
               <principal id="zope.manager"
                          title="Manager"
                          login=${user}
-                         password_manager="Plain Text"
+                         password_manager="SHA1"
                          password=${passwd}
                          />
 



More information about the Checkins mailing list