the ssl check option is not used anymore

This commit is contained in:
Johann Broudin 2014-03-14 13:43:25 +01:00 committed by Romain Bignon
commit 1a6036897d

View file

@ -50,8 +50,7 @@ class CmbBackend(BaseBackend, ICapBank):
DESCRIPTION = u'Crédit Mutuel de Bretagne'
CONFIG = BackendConfig(
ValueBackendPassword('login', label='Identifiant', masked=False),
ValueBackendPassword('password', label='Mot de passe', masked=True),
ValueBool('no_check', label='SSL Check ?', default=True))
ValueBackendPassword('password', label='Mot de passe', masked=True))
LABEL_PATTERNS = [
( # card
compile('^CARTE (?P<text>.*)'),