LCL: password renewal warning
This commit is contained in:
parent
89ff1d1446
commit
efd7cb2c75
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class LCLBrowser(BaseBrowser):
|
|||
if not self.page.login(self.agency, self.username, self.password) or \
|
||||
not self.is_logged() or \
|
||||
(self.is_on_page(LoginPage) and self.page.is_error()) :
|
||||
raise BrowserIncorrectPassword()
|
||||
raise BrowserIncorrectPassword("invalid login/password.\nIf you did not change anything, be sure to check for password renewal request\non the original web site.\nAutomatic renewal will be implemented later.")
|
||||
self.location('%s://%s/outil/UWSP/Synthese' \
|
||||
% (self.PROTOCOL, self.DOMAIN),
|
||||
no_login=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue