You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmmm. {{ reset_password_link }} is generated with flask.url_for(..., _external=True), which uses the scheme of the current request. So if the page that generates the link is using https (e.g. https://user/forgot-password), then the reset_password_link should start with https://.
Hello,
Do you know a simple way to force all links generated in emails from
http://
tohttps://
please ?For example when I receive the "Forgot password" email, the link is take from the reset_password_link variable.
This variable is generated in the send_reset_password_email() function, but the the _scheme argument is not customizable.
Did I miss something or this feature does not exists yet please ?
The text was updated successfully, but these errors were encountered: