Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[DoctrineBundle] EntityUserProvider: call to loadUserByUsername from loadUserByAccount #60

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

Closed
wants to merge 1 commit into from

Conversation

benjamindulau
Copy link
Contributor

In EntityUserProvider class, the method loadUserByAccount() was calling loadUserByUsername method with param : "(string) $account". That was forcing the developper to return the username from __toString() method in his AccountInterface implementation.

… loadUserByUsername with "$account->getUsername()" parameter instead of "(string) $account"
@lsmith77
Copy link
Contributor

this already seems fixed.

@lsmith77
Copy link
Contributor

ah sorry .. its fixed in fabpot/master

dawehner pushed a commit to dawehner/symfony that referenced this pull request Jul 1, 2013
Updated to use the renamed RoutingBundle
SofHad pushed a commit to SofHad/symfony that referenced this pull request Oct 12, 2015
This PR was merged into the master branch.

Discussion
----------

Add show code in view post

Commits
-------

e00181a Add show code in view post
jderusse pushed a commit to jderusse/symfony that referenced this pull request Mar 30, 2020
stobrien89 pushed a commit to stobrien89/symfony that referenced this pull request Feb 27, 2025
Mark s3 client service definition as lazy
This pull request was closed.
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 this pull request may close these issues.

2 participants