Flask Security: Customize Email Templates

只谈情不闲聊 提交于 2019-12-11 04:13:42

问题


How do you customize the email templates used in flask security without altering the source code?

Everything else I have needed such as web templates and email subjects are configurable as defined in the configuration: https://pythonhosted.org/Flask-Security/configuration.html

SOLVED: Create a directory templates/security/email Copy all the email templates into this folder and you can edit them.


回答1:


SOLVED: Create a directory templates/security/email Copy all the email templates into this folder and you can edit them.



来源:https://stackoverflow.com/questions/46623087/flask-security-customize-email-templates

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!