mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-06 07:25:32 +01:00
Restrict keyhandle length to 64 chars to ensure compatibility with some older MySQL versions.
This commit is contained in:
@@ -47,7 +47,7 @@ class U2FKey implements TwoFactorKeyInterface
|
||||
protected $id;
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="string")
|
||||
* @ORM\Column(type="string", length=64)
|
||||
* @var string
|
||||
**/
|
||||
public $keyHandle;
|
||||
|
||||
Reference in New Issue
Block a user