×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: No email check?

No email check? 8 years 2 days ago #33992

  • Milan Grniak
  • Milan Grniak's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
Hi, in ccomment core 5.3.5 I can send comments with incorrect emal addresses. There is not any check if address have "@" or something. This couse problem when I unpublish this comment and component try to send email to this incorrect email address. Any content with active ccomments load error page until I delete this notification from DB comment_queue.

Thanks for help.

No email check? 8 years 18 hours ago #34028

  • Milan Grniak
  • Milan Grniak's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
Hi, I found solution: when change line 238 in file com_comment/controllers/comment.json.php
from: if (isset($data['notify'])) to: if ($data['email'])
email is validate allways when is enter.
  • Page:
  • 1
Time to create page: 0.092 seconds