Browser extension v3.0 - data issues identified for users using passbolt since v1

We had the same issue and found some old records from v1 that had empty/NULL values for these 2 columns:

  • type
  • bits

We fixed it manually in the DB:

  • type: changed from empty to RSA
  • bits: changed from NULL to 2048