accept ID with 8 chars (closes #921)
This commit is contained in:
parent
01fbe06f75
commit
53caf6399c
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class AloesBackend(BaseBackend, ICapBook):
|
||||||
VERSION = '0.e'
|
VERSION = '0.e'
|
||||||
DESCRIPTION = 'Aloes Library software'
|
DESCRIPTION = 'Aloes Library software'
|
||||||
LICENSE = 'AGPLv3+'
|
LICENSE = 'AGPLv3+'
|
||||||
CONFIG = BackendConfig(Value('login', label='Account ID', regexp='^\d{1,6}\w$'),
|
CONFIG = BackendConfig(Value('login', label='Account ID', regexp='^\d{1,8}\w$'),
|
||||||
ValueBackendPassword('password', label='Password of account'),
|
ValueBackendPassword('password', label='Password of account'),
|
||||||
Value('baseurl', label='Base URL')
|
Value('baseurl', label='Base URL')
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue