Commit ecc7583e authored by Jean-Paul Smets's avatar Jean-Paul Smets

fixed typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4175 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2c293355
...@@ -845,7 +845,7 @@ class ERP5Generator(PortalGenerator): ...@@ -845,7 +845,7 @@ class ERP5Generator(PortalGenerator):
withnuxgroups = 1 withnuxgroups = 1
except: except:
withnuxgroups = 0 withnuxgroups = 0
if ERP5Security is not None if ERP5Security is not None:
# Use Pluggable Auth Service instead of the standard acl_users. # Use Pluggable Auth Service instead of the standard acl_users.
p.manage_addProduct['PluggableAuthService'].addPluggableAuthService() p.manage_addProduct['PluggableAuthService'].addPluggableAuthService()
# Add ERP5UserManager # Add ERP5UserManager
......
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