We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998a594 commit ee96538Copy full SHA for ee96538
config/autoload/authentication.global.php
@@ -12,7 +12,6 @@
12
'identity_class' => Admin::class,
13
'identity_property' => 'identity',
14
'credential_property' => 'password',
15
- 'credential_callable' => 'Admin\Admin\Doctrine\AdminAuthentication::verifyCredential',
16
'messages' => [
17
'success' => 'Authenticated successfully.',
18
'not_found' => 'Identity not found.',
0 commit comments