File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments