We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
credential_callable
config/autoload/authentication.global.php contains an array key called credential_callable which references a class method that does not exist. The key can be safely removed because the functionality it provided has been moved from src/User/src/Doctrine/UserAuthentication.php to src/Admin/src/Adapter/AuthenticationAdapter.php
config/autoload/authentication.global.php
The text was updated successfully, but these errors were encountered:
Issue #320: Remove credential_callable from authentication config
ee96538
Signed-off-by: alexmerlin <[email protected]>
Merge pull request #321 from dotkernel/issue-320
3d258f9
Issue #320: Removed `credential_callable` from authentication config
alexmerlin
Successfully merging a pull request may close this issue.
Bug Report
config/autoload/authentication.global.php
contains an array key calledcredential_callable
which references a class method that does not exist. The key can be safely removed because the functionality it provided has been moved from src/User/src/Doctrine/UserAuthentication.php to src/Admin/src/Adapter/AuthenticationAdapter.phpThe text was updated successfully, but these errors were encountered: