79429604

Date: 2025-02-11 10:25:48
Score: 1
Natty:
Report link

in your INSERT INTO :

INSERT INTO "UserForgetPasswordPending" ("Email","TokenTimestamp","Token") SELECT $1,2,$3';

you forgot the $ before the 2, so you try to insert 2 in the DB instead of TokenTimestamp ;)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Virginie L