Merge remote-tracking branch 'origin/master'

This commit is contained in:
M_Kececi
2026-02-20 15:58:47 +03:00
parent 4ca8abb52f
commit 47ca23f970
5 changed files with 29 additions and 13 deletions

View File

@@ -456,7 +456,7 @@ func SendPasswordResetMailHandler(
// 💾 DB → SADECE HASH
_, _ = db.Exec(`
INSERT INTO dfusr_password_reset (dfusr_id, token, expires_at)
INSERT INTO dfusr_password_reset (dfusr_id, token_hash, expires_at)
VALUES ($1,$2,$3)
`, userID, hash, expires)