Commit 2f3ac681 authored by Lucas Carvalho's avatar Lucas Carvalho

Revert r45204. Otherwise, configurator would be inconsistent.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45206 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fa369e79
......@@ -145,7 +145,7 @@ class ConfiguratorTool(BaseTool):
def login(self, REQUEST):
""" Login client and show next form. """
password = REQUEST.get('field_my_ac_key', '')
bc = REQUEST.get('Base_callDialogMethod')
bc = REQUEST.get('field_your_business_configuration')
if self._isCorrectConfigurationKey(password, bc):
# set user preferred configuration language
user_preferred_language = REQUEST.get(
......
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