Skip to content

Commit

Permalink
Merge pull request #321 from dotkernel/issue-320
Browse files Browse the repository at this point in the history
Issue #320: Removed `credential_callable` from authentication config
  • Loading branch information
arhimede authored Dec 11, 2024
2 parents 998a594 + ee96538 commit 3d258f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/autoload/authentication.global.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
'identity_class' => Admin::class,
'identity_property' => 'identity',
'credential_property' => 'password',
'credential_callable' => 'Admin\Admin\Doctrine\AdminAuthentication::verifyCredential',
'messages' => [
'success' => 'Authenticated successfully.',
'not_found' => 'Identity not found.',
Expand Down

0 comments on commit 3d258f9

Please sign in to comment.