0.29.3
This release adds support for changing the default options for the lost password email. Options can be changed using the charcoal admin config.
New Config Options
{
"admin": {
"user": {
"lost_password_email": {
"template_ident": "charcoal/admin/email/user.lost-password",
"campaign": "admin.lost-password",
"from": {
"name": "Charcoal",
"email": "[email protected]"
},
"log": true
}
}
}
}
Full Changelog: 0.29.2...0.29.3