We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40eea31 commit ddccb19Copy full SHA for ddccb19
docs/en/identifiers.rst
@@ -38,7 +38,7 @@ Configuration options:
38
39
- **fields**: The fields for the lookup. Default is
40
``['username' => 'username', 'password' => 'password']``. You can
41
- also set the field name to an array. For e.g. using
+ also set the table field name to an array. For e.g. using
42
``['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.
44
- **resolver**: The identity resolver. Default is
0 commit comments