-
:red_circle: Title : Email Validator
:red_circle: Aim : To create a tool that validates email addresses based on standard formatting rules and provides feedback on the validity of the input.
:re…
-
This email validator incorrectly accepts `test@ok` as a valid input. While it follows the [HTML specification](https://html.spec.whatwg.org/multipage/forms.html#valid-e-mail-address) for email address…
-
:red_circle: **Title** :DUPLICATE EMAIL VALIDATOR IS PRESENT
:red_circle: **Changes** :
### Screenshots 📷
![Screenshot 2024-10-21 140455](https://github.com/user-attachments/assets/ae526a1…
-
Hey Louis, thanks for Gleam and this wonderful library! 🙏
I have a feature request that I believe would benefit many backend developers.
It would be helpful if `formal` provided a way to manually…
-
With #238, django's default email validator has been removed. This is also documented in the code with:
https://github.com/ubernostrum/django-registration/blob/d217015ddbfd0b679b6eb3eccec542ce0fd8ad8…
-
Idea / Use Case: Enforce the same email validation across the code.
-
For the isEmail function, some emails like "example*."@gmail.com gets accepted due to the given below function
```
if(user[0] === '"' && user[user.length - 1] === '"') {
user = user.slice(1, us…
-
### 👟 Reproduction steps
My project having 2 application in flutter in which 1 user admin app and other is user app.
From the admin app I need to create users with the auths.
When I am creating a n…
-
Hello,
When i run your docker container, i got this:
![image](https://user-images.githubusercontent.com/4645967/71645443-031d5200-2cd9-11ea-941c-c51c8f3fdea8.png)
Is it possible to install …
-
I'm really not sure about this, since it's easy to make an email validator too restrictive so as to hit false on obscure but valid urls.