-
- ~~Verify that the validator and its update script is up and running~~
- Send a “request for updates” email to the relevant mailing lists (public-lod, …)
cygri updated
11 years ago
-
I noticed there seems to be no way to interact with Textformfield validation programatically.
This is quite limiting. At least there should be mehtods to set or clear the errors of a Formfield.
Bu…
-
Will be nice a phone number validator out of the box like email or required validator.
-
There is a folder '[utils](https://github.com/lenra-io/lenra_components/tree/beta/lib/utils)' that give some helpers to :
- parse a color
- validate textfield input (password/email)
The color pa…
-
Expanding on a discussion with @simleo in the WRROC meeting.
At Manchester we've just started trying to use [LinkML](https://linkml.io) to write schemas for RO-Crate validation. LinkML schemas are …
-
It looks that the underlying `zendframework/zend-validator` package is using the `container-interop/container-interop` package which is now deprecated. The zend validatior package is also now abandone…
-
I recently used this validator but found it did not support .car TLD. The company I work for recently purchased such a domain and we needed to allow valid email addresses with that TLD.
I needed to e…
-
I am getting TypeError when I am trying to validate a dict with proper validation rule.
The validation_rule I am using : {'email': 'required|mail', 'password': 'required|min:6'}
The data I am tr…
-
我在 admin_users 表里增加了 email 字段:要使用 email 字段登录。
官方文档里有个自定义用户名
Laravel 默认使用 email 字段来认证。如果你想用其他字段认证,可以在 LoginController 里面定义一个 username 方法:
```
public function username()
{
return 'username';…
-
```
db.createCollection(
"user",
{validator:{
$jsonSchema: {
required: ["email", "name", "password", "point"],
properties: {
email: {bsonType: "string"},
pa…