mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 16:07:03 +03:00
Add change-password-mailcow driver
This commit is contained in:
parent
e4316e6665
commit
f21dd94f2c
2 changed files with 92 additions and 0 deletions
18
plugins/change-password-mailcow/index.php
Normal file
18
plugins/change-password-mailcow/index.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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';
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue