zeripath 3a78ac4b32
Increase the size of the webauthn_credential credential_id field (#18739) (#18756)
* Increase the size of the webauthn_credential credential_id field (#18739)

Backport #18739

Unfortunately credentialIDs in u2f are 255 bytes long which with base32 encoding
becomes 408 bytes. The default size of a xorm string field is only a VARCHAR(255)

This problem is not apparent on SQLite because strings get mapped to TEXT there.

Fix #18727

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Ignore the migrate if u2f_registration is not exist (#18760)

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-02-14 21:08:49 +00:00
..
2022-01-15 17:52:56 +01:00
2022-01-02 21:12:35 +08:00
2022-01-14 16:03:31 +01:00
2021-12-20 04:41:31 +00:00
2022-01-02 21:12:35 +08:00
2022-01-05 15:00:20 -06:00
2021-12-12 23:48:20 +08:00
2022-01-19 01:28:38 +08:00
2022-01-10 17:32:37 +08:00
2022-02-02 08:40:04 +00:00
2021-12-12 23:48:20 +08:00
2022-01-10 17:32:37 +08:00
2022-01-02 21:12:35 +08:00
2022-01-02 21:12:35 +08:00