mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Move ChangePassword ISPConfig to own extension
This commit is contained in:
parent
e8a5d09b97
commit
9689b480a0
3 changed files with 40 additions and 1 deletions
19
plugins/change-password-ispconfig/index.php
Normal file
19
plugins/change-password-ispconfig/index.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
use \RainLoop\Exceptions\ClientException;
|
||||
|
||||
class ChangePasswordISPConfigPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||
{
|
||||
const
|
||||
NAME = 'Change Password ISPConfig',
|
||||
VERSION = '2.14',
|
||||
RELEASE = '2022-04-28',
|
||||
REQUIRED = '2.28.0',
|
||||
CATEGORY = 'Security',
|
||||
DESCRIPTION = 'Extension to allow users to change their passwords through ISPConfig';
|
||||
|
||||
public function Supported() : string
|
||||
{
|
||||
return 'Use Change Password plugin';
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue