[Checkins] SVN: grokproject/trunk/ use zope.password for the zpasswd command line utility

Jan-Wijbrand Kolman janwijbrand at gmail.com
Tue May 18 08:46:15 EDT 2010


Log message for revision 112448:
  use zope.password for the zpasswd command line utility

Changed:
  U   grokproject/trunk/CHANGES.txt
  U   grokproject/trunk/grokproject/template/buildout.cfg_tmpl

-=-
Modified: grokproject/trunk/CHANGES.txt
===================================================================
--- grokproject/trunk/CHANGES.txt	2010-05-18 12:44:57 UTC (rev 112447)
+++ grokproject/trunk/CHANGES.txt	2010-05-18 12:46:14 UTC (rev 112448)
@@ -4,8 +4,10 @@
 1.0.4 (unreleased)
 ------------------
 
-* No longer build the zdaemon ctl. 
+* Use the zpassword functionality for the bin/zpasswd tool.
 
+* No longer build the zdaemon ctl.
+
 * Projects created will use the #main and #debug entry points now defined
   in grokcore.startup.
 

Modified: grokproject/trunk/grokproject/template/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template/buildout.cfg_tmpl	2010-05-18 12:44:57 UTC (rev 112447)
+++ grokproject/trunk/grokproject/template/buildout.cfg_tmpl	2010-05-18 12:46:14 UTC (rev 112448)
@@ -87,8 +87,10 @@
 # called `zpasswd`
 [zpasswd]
 recipe = z3c.recipe.dev:script
-eggs = ${egg}
-module = zope.app.server.zpasswd
+eggs =
+  ${egg}
+  zope.password
+module = zope.password.zpasswd
 method = main
 
 # The [data] and [log] parts are still in here to instruct buildout to not



More information about the checkins mailing list