[Zope-Checkins] SVN: Zope/branches/2.13/ Added `addzope2user` script, suitable for adding an admin user directly to the root acl_users folder.
Hanno Schlichting
hannosch at hannosch.eu
Fri Jan 7 16:14:49 EST 2011
Log message for revision 119450:
Added `addzope2user` script, suitable for adding an admin user directly to the root acl_users folder.
Changed:
U Zope/branches/2.13/doc/CHANGES.rst
U Zope/branches/2.13/setup.py
-=-
Modified: Zope/branches/2.13/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.13/doc/CHANGES.rst 2011-01-07 19:56:14 UTC (rev 119449)
+++ Zope/branches/2.13/doc/CHANGES.rst 2011-01-07 21:14:48 UTC (rev 119450)
@@ -22,6 +22,9 @@
Features Added
++++++++++++++
+- Added `addzope2user` script, suitable for adding an admin user directly to
+ the root acl_users folder.
+
- Updated distributions:
- Products.ZCatalog = 2.13.3
Modified: Zope/branches/2.13/setup.py
===================================================================
--- Zope/branches/2.13/setup.py 2011-01-07 19:56:14 UTC (rev 119449)
+++ Zope/branches/2.13/setup.py 2011-01-07 21:14:48 UTC (rev 119450)
@@ -125,6 +125,7 @@
'runzope=Zope2.Startup.run:run',
'zopectl=Zope2.Startup.zopectl:run',
'zpasswd=Zope2.utilities.zpasswd:main',
+ 'addzope2user=Zope2.utilities.adduser:main',
],
},
)
More information about the Zope-Checkins
mailing list