Skip to content

Commit ee96538

Browse files
committed
Issue #320: Remove credential_callable from authentication config
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 998a594 commit ee96538

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/autoload/authentication.global.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
'identity_class' => Admin::class,
1313
'identity_property' => 'identity',
1414
'credential_property' => 'password',
15-
'credential_callable' => 'Admin\Admin\Doctrine\AdminAuthentication::verifyCredential',
1615
'messages' => [
1716
'success' => 'Authenticated successfully.',
1817
'not_found' => 'Identity not found.',

0 commit comments

Comments
 (0)