Skip to content

Commit ddccb19

Browse files
authored
Update identifiers.rst
1 parent 40eea31 commit ddccb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/identifiers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Configuration options:
3838

3939
- **fields**: The fields for the lookup. Default is
4040
``['username' => 'username', 'password' => 'password']``. You can
41-
also set the field name to an array. For e.g. using
41+
also set the table field name to an array. For e.g. using
4242
``['login' => ['username', 'email'], 'password' => 'password']``
4343
will allow you to match value of either ``username`` or ``email`` columns based on your form posted ``login`` field content.
4444
- **resolver**: The identity resolver. Default is

0 commit comments

Comments
 (0)