Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user