Files
libredesk/internal/user
Ubuntu 0a5e5de544 fix: Handle NULL password field for imported contacts
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"
2025-12-17 12:25:58 +00:00
..