-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
exception 'Bad credentials' #1619
Comments
Please place the exception between markdown code blocks for better readability. Are you using a custom template, have you cleared the cache, make sure the bootstrap.php.cache was updated. And cleared all old sessions. |
I'm quite sure you have a custom template, and you need to update it for changes done in 8488843. You need to either lock your dependencies on 2.0-alpha1 or read the upgrade instructions when upgrading the bundle |
I had the same problem after updating the bundle, you just need to modify your template to only show the message, instead of the full exception like this: {{ error|trans }} For this: {{ error.messageKey|trans(error.messageData, 'security') }} |
i solved it thanks, i totally forget that i was using custom template :) On Mon, Oct 6, 2014 at 1:10 PM, Benjamin [email protected] wrote:
|
@benjamitauler I had same problem. Thank you |
@fabienzet the solution is the same: either update your custom template to match the changes done in the bundle, or lock your dependency to the alpha1 release before the change |
@stof yes, I lock dependency to stable version. Of habit, I usually let it be "dev-master", quite dangerous |
Hi,
after updating my vendors my users started complaining about one issue.. it took time for me to find it but here it is:
if i enter bad user name or bad password instead of writing friendly user message it writes:
The text was updated successfully, but these errors were encountered: