From 0b0067e5b5c05ebf55334ff9037f48ac27324ff3 Mon Sep 17 00:00:00 2001 From: Antoine BOSSY Date: Mon, 11 Mar 2019 00:54:58 +0100 Subject: [PATCH] [bp] Fix url to check password. Fixes #176. Fixes #230 --- modules/bp/browser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bp/browser.py b/modules/bp/browser.py index a9b296dedb..c6055cf3d6 100644 --- a/modules/bp/browser.py +++ b/modules/bp/browser.py @@ -58,7 +58,7 @@ class BPBrowser(LoginBrowser, StatesMixin): repositionner_chemin_courant = URL(r'.*authentification/repositionnerCheminCourant-identif.ea', repositionnerCheminCourant) init_ident = URL(r'.*authentification/initialiser-identif.ea', Initident) check_password = URL(r'.*authentification/verifierMotDePasse-identif.ea', - r'/voscomptes/canalXHTML/securite/authentification/verifierPresenceCompteOK-identif.ea', + r'/securite/authentification/verifierPresenceCompteOK-identif.ea', r'.*//voscomptes/identification/motdepasse.jsp', CheckPassword) -- GitLab