snappymail/plugins/change-password-mailcow/index.php
2024-07-25 10:37:09 +01:00

18 lines
486 B
PHP

<?php
class ChangePasswordMailcowPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Change Password Mailcow',
AUTHOR = 'Cuttlefish',
VERSION = '2.36',
RELEASE = '2024-07-25',
REQUIRED = '2.36.0',
CATEGORY = 'Security',
DESCRIPTION = 'Extension to allow users to change their passwords through Mailcow';
public function Supported() : string
{
return 'Use Change Password plugin';
}
}