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
BlameListener should listen to Symfony\Component\Security\Http\SecurityEvents::INTERACTIVE_LOGIN at least and the set the user when someone login
BlameListener
Symfony\Component\Security\Http\SecurityEvents::INTERACTIVE_LOGIN
otherwise entities create on registration or login can't have blameable fields
I also listen to FOS\UserBundle\FOSUserEvents::SECURITY_IMPLICIT_LOGIN
FOS\UserBundle\FOSUserEvents::SECURITY_IMPLICIT_LOGIN
alternatively, maybe Gedmo\Blameable\BlameableListener should be overwritten and injectd with the token storage and use that in getFieldValue
Gedmo\Blameable\BlameableListener
getFieldValue
The text was updated successfully, but these errors were encountered:
I second this. Was trying to sort it out, and found this issue.
Sorry, something went wrong.
No branches or pull requests
BlameListener
should listen toSymfony\Component\Security\Http\SecurityEvents::INTERACTIVE_LOGIN
at least and the set the user when someone loginotherwise entities create on registration or login can't have blameable fields
I also listen to
FOS\UserBundle\FOSUserEvents::SECURITY_IMPLICIT_LOGIN
alternatively, maybe
Gedmo\Blameable\BlameableListener
should be overwritten and injectd with the token storage and use that ingetFieldValue
The text was updated successfully, but these errors were encountered: