-
Notifications
You must be signed in to change notification settings - Fork 12
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
Untranslated and technical 'The CSRF token has expired.' message after failed login. #59
Comments
So I dug deep into this and I’ll defer a proper fix. Here’s a run down why this is complicated: We use
Some other internal wtforms errors should be translated soon, though. |
While this does *not* fix #59, it is a necessary first step to address it properly. Please see the discussion in #59 why this is not a sufficient fix. Another shortcoming here is that we should probably forward *all* languages accepted by the user agent to the form to provide the best degration we can if the primary language picked by the user is not offered by wtforms.
While this is not a solution for #59, it is a necessary first step to address it properly. Please see the discussion in #59 why this is not a sufficient fix. Another shortcoming here is that we should probably forward *all* languages accepted by the user agent to the form to provide the best degration we can if the primary language picked by the user is not offered by wtforms.
While this is not a solution for #59, it is a necessary first step to address it properly. Please see the discussion in #59 why this is not a sufficient fix. Another shortcoming here is that we should probably forward *all* languages accepted by the user agent to the form to provide the best degration we can if the primary language picked by the user is not offered by wtforms.
While this is not a solution for #59, it is a necessary first step to address it properly. Please see the discussion in #59 why this is not a sufficient fix. Another shortcoming here is that we should probably forward *all* languages accepted by the user agent to the form to provide the best degration we can if the primary language picked by the user is not offered by wtforms.
Accidentally I found that untranslated and highly technical message after failed login. In my case I had login page in one tab for a few days, than I tried to login in without reloading it.
The text was updated successfully, but these errors were encountered: