the ssl check option is not used anymore
This commit is contained in:
parent
3a2bd9754f
commit
1a6036897d
1 changed files with 1 additions and 2 deletions
|
|
@ -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>.*)'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue