Commit 06feee8c authored by Vincent Pelletier's avatar Vincent Pelletier

generic_zope_zeo_client: Do not overwrite provided password.

parent 61a5a21c
...@@ -53,6 +53,7 @@ def Zope2InitUser(path, username, password): ...@@ -53,6 +53,7 @@ def Zope2InitUser(path, username, password):
class Recipe(GenericBaseRecipe): class Recipe(GenericBaseRecipe):
def _options(self, options): def _options(self, options):
if 'password' not in options:
options['password'] = self.generatePassword() options['password'] = self.generatePassword()
def install(self): def install(self):
......
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