You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/models/migrations/fixtures/Test_increaseCredentialIDTo410
zeripath 32599bf060
Increase the size of the webauthn_credential credential_id field (#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>
2 years ago
..
expected_webauthn_credential.yml Increase the size of the webauthn_credential credential_id field (#18739) 2 years ago
u2f_registration.yml Increase the size of the webauthn_credential credential_id field (#18739) 2 years ago
webauthn_credential.yml Increase the size of the webauthn_credential credential_id field (#18739) 2 years ago