gabrieljackson / mattermost-plugin-wrangler

Manage Mattermost Messages Masterfully!
Apache License 2.0
49 stars 12 forks source link

Improve AllowedEmailDomain checks #176

Closed gabrieljackson closed 7 months ago

gabrieljackson commented 7 months ago

The plugin configuration AllowedEmailDomain previously allowed for defining generic email domains or specific user email addresses which were permitted to use the plugin. This change improves the logic for checking these values to prevent unintended edge cases and better documents how to limit usage to specific email addresses.