mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +03:00
Resolve #422
This commit is contained in:
parent
fe9d0da14a
commit
5cc738e2ba
2 changed files with 127 additions and 0 deletions
20
plugins/change-password-froxlor/index.php
Normal file
20
plugins/change-password-froxlor/index.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
use \RainLoop\Exceptions\ClientException;
|
||||
|
||||
class ChangePasswordPoppassdPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||
{
|
||||
const
|
||||
NAME = 'Change Password Froxlor',
|
||||
AUTHOR = 'Euphonique',
|
||||
VERSION = '1.0',
|
||||
RELEASE = '2022-05-30',
|
||||
REQUIRED = '2.15.3',
|
||||
CATEGORY = 'Security',
|
||||
DESCRIPTION = 'Extension to allow users to change their passwords through Froxlor';
|
||||
|
||||
public function Supported() : string
|
||||
{
|
||||
return 'Use Change Password plugin';
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue