-
There is no error message if you submit empty email address. If there was validation error on login form, you will get validation error in password reminder. There might be some naming conflict, or va…
-
### Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/ma…
-
Hi,
i am not sure if its validator.js problem since it is out of date here, but the test for the email here also seems to be too simple.
-
Given this schema and route controller:
```
const { checkSchema, validationResult } = require('express-validator');
app.post('/user', checkSchema({
email: {
isEmail: {
errorMessage…
-
No, please don't use this regex to validate email. It's wrong. The shortest regex to validate an RFC822 email address is about 2400 characters, and is given in https://www.ex-parrot.com/pdw/Mail-RFC…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Output from the below code is incredibly f**king ugly, I know that technically changing error `type` is a breaking chan…
-
I'm using a combination of client and server side validation
a validator object may look like this:
```
validator: (value) => {
return Validator
.value(value)
.required()
.custom((…
-
Drupal uses egulias/email-validator v3 and we're currently evaluating when an update to v4 will be required.
For reference our current minor branch is 10.0.0, and will be supported until the end o…
-
**Describe the bug**
im using isEmail as mongoose validator, im trying to test email without full domain like: steve@example without .com and i get error 500 in the console, besides that nothing.
as…
-
Hello,
email validator should not accept emails that contains characters blacklisted IDN. They are listed here http://kb.mozillazine.org/Network.IDN.blacklist_chars.
Currently we have a registered us…