Commit 17062c5d authored by Rafael Monnerat's avatar Rafael Monnerat

Merge branch 'master' into 'master'

Set explicit insecure user / password to prevent recipe generate a random password.

See merge request !7
parents 4a0c2ed6 84fa0433
......@@ -12,6 +12,8 @@ parameter_dict = {
"site-id": "erp5",
"bt5": "erp5_full_text_myisam_catalog erp5_configurator_standard erp5_wendelin_configurator",
"developer-list": ["zope"],
"inituser-login": "zope",
"inituser-password": "insecure",
"zope-partition-dict": {
"admin": {
"family": "admin",
......
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