flask-security icon indicating copy to clipboard operation
flask-security copied to clipboard

Dynamic translation and Post view configuration changes

Open kantorii opened this issue 7 years ago • 1 comments

This request includes the following changes:

Prevent translated messages from being cached, so that language can be changed dynamically.
Added configuration for SECURITY_POST_FORGOT_VIEW
(This specifies the page to transition to after sending instructions to reset password.)
Added configuration for POST_SEND_CONFIRMATION_VIEW
Added many translations for Japanese.
Renamed translation file for nl_NL, because it is likely wrong.

Please let me know if you want to remove some changes. Of course, you are free to remove them yourself.

kantorii avatar Feb 21 '18 09:02 kantorii

Added another commit:

Don't flash message if there was an error sending welcome email.

kantorii avatar Mar 12 '18 08:03 kantorii