Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: profile.php doesn't check email format  (Read 4702 times)

0 Members and 1 Guest are viewing this topic.

Makc666

  • Translator
  • Coppermine addict
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 1614
  • Русский (ISO-8859-1) - Russian - Русский (Windows)
    • Makc's home page
profile.php doesn't check email format
« on: September 18, 2006, 11:08:52 am »

If you look into
register.php
you will find this one:
Code: [Select]
    if (!eregi("^[_\.0-9a-z\-]+@([0-9a-z][0-9a-z-]+\.)+[a-z]{2,6}$", $email)) $error .= '<li>' . $lang_register_php['err_invalid_email'];
If you look into
profile.php
you will not find any check for email format.
So users can enter any email they want like: testest.com or test@test
« Last Edit: October 27, 2006, 02:32:30 am by Nibbler »
Logged
Pages: [1]   Go Up
 

Page created in 0.024 seconds with 18 queries.