Commit a1443e80 authored by Hanno Schlichting's avatar Hanno Schlichting

Added `addzope2user` script, suitable for adding an admin user directly to the...

Added `addzope2user` script, suitable for adding an admin user directly to the root acl_users folder.
parent a9efb721
...@@ -22,6 +22,9 @@ Bugs Fixed ...@@ -22,6 +22,9 @@ Bugs Fixed
Features Added Features Added
++++++++++++++ ++++++++++++++
- Added `addzope2user` script, suitable for adding an admin user directly to
the root acl_users folder.
- Updated distributions: - Updated distributions:
- Products.ZCatalog = 2.13.3 - Products.ZCatalog = 2.13.3
......
...@@ -125,6 +125,7 @@ setup(name='Zope2', ...@@ -125,6 +125,7 @@ setup(name='Zope2',
'runzope=Zope2.Startup.run:run', 'runzope=Zope2.Startup.run:run',
'zopectl=Zope2.Startup.zopectl:run', 'zopectl=Zope2.Startup.zopectl:run',
'zpasswd=Zope2.utilities.zpasswd:main', 'zpasswd=Zope2.utilities.zpasswd:main',
'addzope2user=Zope2.utilities.adduser:main',
], ],
}, },
) )
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