mirror of
https://github.com/btouchard/ackify-ce.git
synced 2026-02-09 23:38:46 -06:00
Changed UserName field from *string to string to fix blockchain integrity validation issues. The pointer was causing non-deterministic hash computation due to memory address comparison instead of value comparison. This change: - Fixes blockchain validation for signatures with UserName - Simplifies code by removing pointer dereferencing logic - Maintains backward compatibility (NULL DB values map to empty string) - Updates i18n templates to display values directly