Extends
- FieldTest
Methods
test(field_data, test_params) → {boolean}
Parameters:
| Name | Type | Description |
|---|---|---|
field_data |
object | |
test_params |
object |
- Source:
Returns:
- true if the test passes
- Type
- boolean
Many applications accept a password for verification of identity. Thise server side check can first determine if the password is formatted according to the rules of password creation for the application.
| Name | Type | Description |
|---|---|---|
field_data |
object | |
test_params |
object |