snappymail/plugins/change-password-froxlor/index.php
2024-03-19 17:30:20 +01:00

19 lines
426 B
PHP

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