mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-23 19:06:35 +00:00
0a5e5de544
Change Password field from string to null.String in User model to properly handle contacts imported from external systems (e.g., Magento) that have NULL passwords in the database. Previously, fetching contacts with NULL passwords caused a SQL scan error: "sql: Scan error on column index 4, name \"password\": converting NULL to string is unsupported"