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

Password reset mail in different language #447

Open
joeribekker opened this issue Jul 8, 2013 · 0 comments
Open

Password reset mail in different language #447

joeribekker opened this issue Jul 8, 2013 · 0 comments

Comments

@joeribekker
Copy link
Contributor

I noticed the password reset mail is sent in Dutch, even if I perform all actions on the English version of the website. Seems the selected language is not correctly stored/retrieved.

Furthermore, I believe the user language (in his/her profile) is not taken into account.
In the email user function, there should be something like:

with django.utils.translation.override(user.primary_language):
    # render template strings
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

No branches or pull requests

1 participant