diff --git a/modules/afer/module.py b/modules/afer/module.py index a467715aaa4301637db4f8b7d70ce52fd7df1695..44585e1e5b1bea5b4076230f283be74391096b84 100644 --- a/modules/afer/module.py +++ b/modules/afer/module.py @@ -39,7 +39,7 @@ class AferModule(Module, CapBankWealth): BROWSER = AferBrowser CONFIG = BackendConfig(ValueBackendPassword('login', label='Username', regexp='[A-z]\d+', masked=False), - ValueBackendPassword('password', label=u"mdp", regexp='\d+')) + ValueBackendPassword('password', label=u"mdp", regexp='\d{1,8}')) def create_default_browser(self): return self.create_browser(self.config['login'].get(),