-
- [x] I have looked at the documentation [here](https://pkg.go.dev/github.com/go-playground/validator/v10#section-documentation) first?
- [x] I have looked at the examples provided that may showcase …
-
The [react-htmt-email]( https://github.com/chromakode/react-html-email) project features a great approach to [validating styles](https://github.com/chromakode/react-html-email/blob/master/src/StyleVal…
-
Hi,
I am trying to send an email with tls=TRUE using this code:
```R
send.mail(
from = "me@test.eu",
to = "recipient@test.eu",
subject = "Test",
body = "Test",
…
-
## 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
-
The most complex thing here is how to design validators.
I see three ways:
- (Not convenient for me, but still the way) design it with notations and annotations:
```kotlin
// object here i…
-
I'm building a reset password form with username and email address. For the email address I want a custom validation to find the user name in the database and check the form's email against the databa…
-
Having issues getting email notifications to work.
Below is the output after requesting a new absence
express deprecated req.param(name): Use req.params, req.body, or req.query instead lib/rou…
-
To make it easy to validate, we can use the Laravel validator with Symfony forms:
```php
$form = $factory->create(FormType::class, $user)
->add('name', TextType::class, [
'r…
-
-
Take a look at this diff: https://github.com/amakhrov/php-validator-livr/pull/1/files
There I just copied the full test suit from koorchik/LIVR (master) into php-validator repo.
Some of the tests fai…