snappymail/plugins/change-password-cpanel/index.php

18 lines
396 B
PHP
Raw Normal View History

2024-03-20 00:31:32 +08:00
<?php
class ChangePasswordCPanelPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Change Password cPanel',
VERSION = '2.36',
RELEASE = '2024-03-17',
REQUIRED = '2.36.0',
CATEGORY = 'Security',
DESCRIPTION = 'Extension to allow users to change their passwords through cPanel';
public function Supported() : string
{
return 'Use Change Password plugin';
}
}