From af6d9952ca33b29fa5e4e4ca59dffb9633cf656c Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Mon, 2 Jan 2017 16:25:34 +0100 Subject: [PATCH] archimed: fix login locators (#14480) --- mandayejs/applications.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mandayejs/applications.py b/mandayejs/applications.py index 7aa7f20..3af08c1 100644 --- a/mandayejs/applications.py +++ b/mandayejs/applications.py @@ -148,12 +148,12 @@ class Duonet(AppSettings): # Archimed App Settings class Archimed(AppSettings): - SITE_LOGIN_PATH = '/' + SITE_LOGIN_PATH = '/logon.aspx' SITE_LOCATORS = [ { 'id': '#carte', 'label': 'Identifiant', - 'name': 'carte', + 'name': 'name', 'kind': 'string', 'required': True, 'help': '', @@ -161,7 +161,7 @@ class Archimed(AppSettings): { 'id': '#code', 'label': 'Mot de passe', - 'name': 'code', + 'name': 'pwd', 'kind': 'password', 'required': True, 'help': '' -- 2.11.0