Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Disable email validation


Enrico

Recommended Posts

Posted

My client can't use an email address for the user log in, I have tried everything with the validation.php file and can't disable the validation. please help!!!

Posted

If you want no validation at all at the top of the function have it return true straight away.

 

  function tep_validate_email($email) {
   return true; // added this line to bypass any validation

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

If you want no validation at all at the top of the function have it return true straight away.

 

  function tep_validate_email($email) {
   return true; // added this line to bypass any validation

 

 

You did it, thanks!!!!

Posted

why do you need to disable the validation?

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...