Code Monkey home page Code Monkey logo

Comments (7)

Provokan avatar Provokan commented on May 28, 2024 1

Ja hat funktioniert (:

from ts3-webinterface.

lgund avatar lgund commented on May 28, 2024

Eigentlich sollte es keine Einschränkung jeglicher Mails geben, da diese über ein Regex erfasst werden. Der Regex für mail lautet wie folgt:

/^[-a-z0-9~!$%^&_=+}{'?]+(.[-a-z0-9~!$%^&=+}{'?]+)*@([a-z0-9][-a-z0-9_](.[-a-z0-9_]+).(aero|arpa|biz|com|coop|edu|gov|info|int|mil|museum|name|net|org|pro|travel|mobi|[a-z][a-z])|([0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}))(:[0-9]{1,5})?$/i

Welche Endung hat den diese Mailaddresse?

from ts3-webinterface.

Provokan avatar Provokan commented on May 28, 2024

Hallo,

ich kann mich z.N mit Provo.ovh unter wi.provo.ovh nicht registrieren.
das geht bei @becker.de auch nicht

from ts3-webinterface.

lgund avatar lgund commented on May 28, 2024

das geht bei @becker.de auch nicht

Das kann ich nicht bestätigen. Bei mir geht z.B. [email protected]

Provo.ovh

Probiere mal folgenden Regex:

/^[-a-z0-9~!$%^&_=+}{'?]+(.[-a-z0-9~!$%^&=+}{'?]+)*@([a-z0-9]-a-z0-9_.(ovh|aero|arpa|biz|com|coop|edu|gov|info|int|mil|museum|name|net|org|pro|travel|mobi|[a-z][a-z])|([0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}))(:[0-9]{1,5})?$/i

from ts3-webinterface.

Provokan avatar Provokan commented on May 28, 2024

Danke erst einmal für die schnelle hilfe, aber in welcher datei soll ich den regex abändern?

from ts3-webinterface.

lgund avatar lgund commented on May 28, 2024

Schaue mal unter /js/webinterface/. Die Regex wird mehrmals verwendet und ich habe dafür keine eindeutige definition, sondern jedesmal den regex eingefügt. Vllt. sollte ich das mal "globalisieren" :)

from ts3-webinterface.

lgund avatar lgund commented on May 28, 2024

Hat es funktioniert?

from ts3-webinterface.

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.