mirror of
https://github.com/Yubico/yubikey-val.git
synced 2024-11-29 00:24:13 +01:00
raise nonce limit to 40 chars as that's what we say in the documentation
This commit is contained in:
parent
5116b2fbe1
commit
4f26e1aaf7
@ -18,7 +18,7 @@ CREATE TABLE yubikeys (
|
|||||||
yk_use INT NOT NULL,
|
yk_use INT NOT NULL,
|
||||||
yk_low INT NOT NULL,
|
yk_low INT NOT NULL,
|
||||||
yk_high INT NOT NULL,
|
yk_high INT NOT NULL,
|
||||||
nonce VARCHAR(32) DEFAULT '',
|
nonce VARCHAR(40) DEFAULT '',
|
||||||
notes VARCHAR(100) DEFAULT '',
|
notes VARCHAR(100) DEFAULT '',
|
||||||
PRIMARY KEY (yk_publicname)
|
PRIMARY KEY (yk_publicname)
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user