Skip to content
New issue

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

Remove invalid credential_callable from authentication config #320

Closed
alexmerlin opened this issue Dec 11, 2024 · 0 comments · Fixed by #321
Closed

Remove invalid credential_callable from authentication config #320

alexmerlin opened this issue Dec 11, 2024 · 0 comments · Fixed by #321
Assignees
Milestone

Comments

@alexmerlin
Copy link
Member

Bug Report

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

Q A
Version(s) ^4.0.0
@alexmerlin alexmerlin self-assigned this Dec 11, 2024
@alexmerlin alexmerlin added this to the 5.1.0 milestone Dec 11, 2024
alexmerlin added a commit that referenced this issue Dec 11, 2024
arhimede added a commit that referenced this issue Dec 11, 2024
Issue #320: Removed `credential_callable` from authentication config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant