Skip to content

Commit be7edc9

Browse files
authored
Update identifiers.rst
1 parent ddccb19 commit be7edc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/en/identifiers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Configuration options:
3838

3939
- **fields**: The fields for the lookup. Default is
4040
``['username' => 'username', 'password' => 'password']``. You can
41-
also set the table field name to an array. For e.g. using
41+
also set the lookup field name to an array. For e.g. using
4242
``['login' => ['username', 'email'], 'password' => 'password']``
43-
will allow you to match value of either ``username`` or ``email`` columns based on your form posted ``login`` field content.
43+
will allow you to match value of either ``username`` or ``email`` columns based on your (e.g. form posted) ``login`` field content.
4444
- **resolver**: The identity resolver. Default is
4545
``Authentication.Orm`` which uses CakePHP ORM.
4646
- **passwordHasher**: Password hasher. Default is

0 commit comments

Comments
 (0)