codeigniter4 / shield

Authentication and Authorization for CodeIgniter 4
https://shield.codeigniter.com
MIT License
351 stars 123 forks source link

feat: Updated email templates with user information #1125

Closed pmagictech closed 1 month ago

pmagictech commented 1 month ago

Description This pull request enhances the existing email templates by including the username of the recipient. This update aims to improve the personalization of the emails, making the communication more engaging and user-friendly. By making the User Entity object accessible in the email templates, Shield users can now easily add user-specific details, tailoring the emails to better suit their needs.

Checklist:

kenjis commented 1 month ago

Thank you for sending this PR.

We don't accept PRs without test code that proves the change works properly. Please add test code. See https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/pull_request.md#unit-testing

kenjis commented 1 month ago

@pmagictech Thank you!

pmagictech commented 1 month ago

@kenjis You are welcome