-
Is there an option to define dependencies between validators?
My use case is an custom validator for an email. It shouldn't run if the IsEmail validation failed.
```
@IsEmail()
@IsUnique()
email:…
-
```
http://www.liferaysavvy.com/2013/12/liferay-aui-validator.html
```
Original issue reported on code.google.com by `ntanh...@gmail.com` on 29 Sep 2014 at 4:09
-
Prior to b945aa3443110cac98736ba33c32ff5899e0b237, we used make a Slack bot's email address via its `real_name_normalized` or `first_name` field, stripping out spaces and the "Bot" string, and putting…
-
The problem is that users are entering invalid emails like `xxxxxxx@gmail.ocm` or `xxxxxx@gmail.cmo`, which is causing email sending to fail and to generate a lot of Sentry errors.
Sentry error:
http…
-
ghost updated
4 years ago
-
### Describe the bug
Hi, I have some troubles saving an entry with a table maker field in it because of Email Validation.
I looked into `src/fields/TableMakerField.php` and it seems like the `Email…
-
It would be great if one could define a validation schema that is passed to a function that validates one or more objects.
_i.e:_ `validator.validate(schema, ...objectsToValidate)`
A validation schem…
-
I think the checking of the validity of emails during user sign up isn't stringent enough, leading to it accepting invalid emails like `test@test` where `test` isn't a valid domain since the last port…
-
## Affected Version
4.10.4
## Description
Application of PasswordValidator to Member breaks Member::requireDefaultRecords when creating a default admin
## Steps to Reproduce
*Prerequisi…
azt3k updated
2 years ago
-
Are there plans or suggestions on how to handle conditional validation?
For example, "if field 4 is true, then fields 4a and 4b are required, otherwise not".