The account lockout emails will not work with flask render as the Authenticator classes are being loaded into the stack app at this time. So there is no available current_app to Authenticator classes.
So there is no way to really get the emails to work with flask/jinja template rendering inside of the CKAN app.
The account lockout emails will not work with flask render as the Authenticator classes are being loaded into the stack app at this time. So there is no available
current_appto Authenticator classes.So there is no way to really get the emails to work with flask/jinja template rendering inside of the CKAN app.