Skip to content

0.29.3

Compare
Choose a tag to compare
@MouseEatsCat MouseEatsCat released this 23 Aug 15:40
2dc15ec

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