mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
v2.3.4
This commit is contained in:
parent
8e6f4d20d0
commit
514fe02619
5 changed files with 173 additions and 149 deletions
|
|
@ -6,8 +6,11 @@ class ChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
{
|
||||
const
|
||||
NAME = 'Change Password',
|
||||
VERSION = '2.0',
|
||||
RELEASE = '2021-03-03',
|
||||
REQUIRED = '2.3.4',
|
||||
CATEGORY = 'Security',
|
||||
DESCRIPTION = '';
|
||||
DESCRIPTION = 'This plugin allows you to change passwords of email accounts';
|
||||
|
||||
// \RainLoop\Notifications\
|
||||
const CouldNotSaveNewPassword = 130;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue