Mattermost integration for WordPress. Tested with Mattermost 5.30.1+ and WordPress 5.5+.
This WordPress plugin provides integration with Mattermost.
The WordPress slug is cloudbridge-mattermost
.
The plugin is also available on wordpress.org
The plugin provides OAuth2 authentication
functionality for logging into WordPress via Mattermost.
The plugin provides OAuth2 authentication
functionality for registering new WordPress users via Mattermost.
The plugin additionally provides the following notification
functionality, using an incoming webhook
in Mattermost:
- Notifications for successful login
- Notifications for failed login
- Notifications for unknown user login attempt
- Notifications for password reset
- Notifications for plugin activation
- Notifications for plugin deactivation
- Notifications for plugin uninstallation
- Notifications for new/edited user
- Notifications for deleted user
The plugin can also make use of additional functionality such as posting to a specific channel/user, overriding bot names, and additionally mention specific users.
- This plugin may work with earlier versions of WordPress
- This plugin has been tested with
WordPress 5.5.3 to 6.5.5
at the time of this writing - This plugin has been tested with
Mattermost 5.x to 8.x
at the time of this writing - This plugin optionally makes use of the
mb_
PHP functions - This plugin may create entries in your PHP error log (if active)
- This plugin contains no Javascript
- This plugin contains no tracking code and does not process or store any information about users
This section describes how to install the plugin and get it working.
- Upload the
cloudbridge-mattermost
folder to the/wp-content/plugins/
directory (or install it from the 'Plugins' menu in WordPress) - Activate the plugin through the 'Plugins' menu in WordPress
- Configure the basic settings, such as the webhook URL
Cloudbridge Mattermost uses standard WordPress functionality to handle localization/locale. The native language localization of the plugin is English. It has been translated to Swedish by the author.
For notifications sent to Mattermost, there is a setting since 1.1.0 that will allow you to override all such messages to be in en_US locale (English).
This is a hard question to answer. There are no known incompatibilities.
The short answer is yes. The long answer follows:
Add a filter hook in your functions.php or elsewhere like so:
add_filter('cbmm_login_filter', 'name_of_your_function', 10, 1);
Your function will receive one argument, which is an associative array with three items: url, text, and full.
The 'url' item contains the url to the OAuth2 handler for the plugin, you should not modify this. The 'text' item contains the prompt ("Use Mattermost to login"). The 'full' item contains the entire HTML output for the additional Mattermost login section on the WordPress login form.
Your function should always return an associative array. If you want to update just the 'text' item, simply do so in the array passed to your function and then return the same array. If you want to completely replace the full HTML output, add an item named 'override' to the returned array.
- Refactor code to prevent warnings in PHP log while checking roles
- Verified with Mattermost 8.x, 9.x and WordPress 6.5.x
- Updated various dependencies
- Improved support for Mattermost accounts with 2FA/MFA enabled
- Added possibility to register new users via Mattermost!
- Added possibility to register new users only via Mattermost!
- Verified with Mattermost 7.x and WordPress 6.x
- Updated various dependencies
- Verified with WordPress 5.8
- Support for Cloudflare
- Minor fixes
- Added
OAuth2 support
, you can now login to WordPress via Mattermost! - Changed emoji for admin link to a more suitable one (:link:)
- Moved notifications to a separate tab
- Added notifications for password reset
- Added notification for plugin activation
- Added notification for plugin deactivation
- Added notification for plugin uninstallation
- Added notification for new/edited user
- Added notification for deleted user
- Added general notice emoji (:bell:)
- Added setting to force notifications to be en_US locale (English)
- Login/Login failure hooks are only hooked if webhook URL has been configured
- Corrected locale display/handling of some strings
- Updated donate link
- Initial release
- Simply install/upgrade 2.x to 2.2.0 and walk through the settings
- Simply install/upgrade 2.x to 2.1.0 and walk through the settings
- Simply install/upgrade 1.x to 2.0.0 and walk through the settings
- Simply install/upgrade 1.0.0 to 1.1.0 and walk through the settings
- Initial release
Please see LICENSE for a full copy of GPLv2
Copyright (C) 2020, 2021, 2022 Joaquim Homrighausen; all rights reserved.
This file is part of Cloudbridge Mattermost (CBMM). Cloudbridge Mattermost is free software.
You may redistribute it and/or modify it under the terms of the GNU General Public License version 2, as published by the Free Software Foundation.
Cloudbridge Mattermost is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with the CBMM package. If not, write to:
The Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor
Boston, MA 02110-1301, USA.
The Cloudbridge Mattermost WordPress Plugin was written by Joaquim Homrighausen while converting β into code.
Cloudbridge Mattermost is sponsored by WebbPlatsen i Sverige AB, Stockholm, πΈπͺ
Commercial support and customizations for this plugin is available from WebbPlatsen i Sverige AB in Stockholm, πΈπͺ
If you find this plugin useful, the author is happy to receive a donation, good review, or just a kind word.
If there is something you feel to be missing from this plugin, or if you have found a problem with the code or a feature, please do not hesitate to reach out to support@webbplatsen.se.
This plugin can also be downloaded from code.webbplatsen.net and WordPress.org
Kudos to The League of Extraordinary Packages.
These links are not here for any sort of endorsement or marketing, they're purely for informational purposes.
- Mattermost; https://mattermost.com
- me; π https://joho.se and https://github.com/joho1968
- WebbPlatsen; https://webbplatsen.se and https://code.webbplatsen.net