-
Hi,
I tested validations and noticed for the email validator the error is stored in ._errors and in .properties.email._errors. This will cause the error to be send to FormComponent.rootProperty.err…
-
Sample taken directly from the Readme, with an `id` added to the schema:
```coffee
jsck = new JSCK.draft4
id: "http://www.google.com"
type: "object"
properties:
user:
type: "o…
-
```
What steps will reproduce the problem?
$email = 'siakjfafdahfdhssgfgfkfsfsj@gmail.com';
$SMTP_Validator = new SMTP_validateEmail();
$SMTP_Validator->debug = true;
$results = $SMTP_Validator->valid…
-
```
What steps will reproduce the problem?
$email = 'siakjfafdahfdhssgfgfkfsfsj@gmail.com';
$SMTP_Validator = new SMTP_validateEmail();
$SMTP_Validator->debug = true;
$results = $SMTP_Validator->valid…
-
```
What steps will reproduce the problem?
$email = 'siakjfafdahfdhssgfgfkfsfsj@gmail.com';
$SMTP_Validator = new SMTP_validateEmail();
$SMTP_Validator->debug = true;
$results = $SMTP_Validator->valid…
-
```
What steps will reproduce the problem?
$email = 'siakjfafdahfdhssgfgfkfsfsj@gmail.com';
$SMTP_Validator = new SMTP_validateEmail();
$SMTP_Validator->debug = true;
$results = $SMTP_Validator->valid…
-
我在 admin_users 表里增加了 email 字段:要使用 email 字段登录。
官方文档里有个自定义用户名
Laravel 默认使用 email 字段来认证。如果你想用其他字段认证,可以在 LoginController 里面定义一个 username 方法:
```
public function username()
{
return 'username';…
-
**Bug, feature request, or proposal:**
`` doesn't show when I use an email maching validator for emails inputs.
**What is the expected behavior?**
To display the error.
**What is the curre…
-
Hi there
I try to access the Validator using the HTTP API. On the GBFS feed side a custom Header is required (Authorization=gbfs@bfe.admin.ch)
How do I set a custom header in the options of your…
-
This BIDS dataset contains both .edf and .bdf file (which are very small)
https://openneuro.org/datasets/ds002034/versions/1.0.1
sub-01/ses-01/eeg/sub-01_ses-01_task-offline_run-01_eeg.edf
sub-…