mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 02:38:50 +02:00
Restrict keyhandle length to 64 chars to ensure compatibility with some older MySQL versions.
This commit is contained in:
parent
be34a0f734
commit
84cb5acf6a
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ class U2FKey implements TwoFactorKeyInterface
|
|||
protected $id;
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="string")
|
||||
* @ORM\Column(type="string", length=64)
|
||||
* @var string
|
||||
**/
|
||||
public $keyHandle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue