Commit e78a754d authored by Ivan Tyagov's avatar Ivan Tyagov

Translate incorrect configuration key message at server side.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24087 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8fc703e2
......@@ -627,7 +627,8 @@ class WizardTool(BaseTool):
return self.next(REQUEST=REQUEST)
else:
# incorrect user_id / password
REQUEST.set('portal_status_message', self.Base_translateString('Incorrect Configuration Key'))
REQUEST.set('portal_status_message',
self.callRemoteProxyMethod('WizardTool_viewIncorrectConfigurationKeyMessageRenderer'))
return self.view()
def _isCorrectConfigurationKey(self, user_id, password):
......
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