Commit ab8280d1 authored by Mohamadou Mbengue's avatar Mohamadou Mbengue

2010-06-29 mohamadou

* change product name to ERP5eGovSecurity

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36705 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f3eb08d8
......@@ -82,6 +82,7 @@ def enableEgovProcedureLogin(self, portal_type):
acl_users.egov_groups.manage_changeProperties(portal_type_list=ptype_list,)
return '- %s Login Enabled' % portal_type
def setUpEGovSecurityManager(self):
'''use safi PAS to be able to login organisation'''
......@@ -93,7 +94,7 @@ def setUpEGovSecurityManager(self):
acl_users = getAclUsers(self)
# Add EGOVUserManager
ZopeTestCase.installProduct('EGOVSecurity')
ZopeTestCase.installProduct('ERP5eGovSecurity')
erp5security_dispatcher = acl_users.manage_addProduct['ERP5eGovSecurity']
# don't add it if it's already here
if {'meta_type': 'EGOV User Manager', 'id': 'egov_users'} not in \
......
2010-06-29 mohamadou
* move security script in erp5_egov_security skin folder
2010-06-29 mohamadou
* Add erp5_egov_security skin folder
......
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