GithubHelp home page GithubHelp logo

Problem With email validation. about huge HOT 5 CLOSED

panique avatar panique commented on July 20, 2024
Problem With email validation.

from huge.

Comments (5)

toome123 avatar toome123 commented on July 20, 2024

Repeatedly tried different emails, But still same .... [email protected] in following formats.

from huge.

panique avatar panique commented on July 20, 2024

What exactly do you mean by "i receive" ? Have you changed something ? What's your PHP version ? What version of the script are you using ? Please give some more information... The email checker used here is the internal email checking method of PHP, so i think it's working perfectly! Are you sure that you haven't changed the $_GET stuff ? Can you debug this and show what exactly is given to the filter_var($email, FILTER_VALIDATE_EMAIL) ? I just tried this with the 1-minimal and the 2-advanced version and everything runs perfectly.

from huge.

blak3r avatar blak3r commented on July 20, 2024

@toome123 I had to change the HTML5 email validation.

As I reported in Issue #43:

change in views/register.php the login_input_email line from:

<input id="login_input_email" class="login_input" type="email" pattern="{3,64}" name="user_email" required /> 

to:

<input id="login_input_email" class="login_input" type="email" pattern="(.*){3,64}" name="user_email" required />

or remove the pattern altogether and rely on just server side validation.

from huge.

panique avatar panique commented on July 20, 2024

Okay, this has been fixed (in 1-minimal and 2-advanced (which can be found in the development branch now))

from huge.

toome123 avatar toome123 commented on July 20, 2024

@blak3r this work.... Thanks for help. :)

from huge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.