Added Poppassd for #351

This commit is contained in:
the-djmaze 2022-04-28 23:51:41 +02:00
parent 53894ac4ea
commit 3522f76d37
2 changed files with 209 additions and 2 deletions

View file

@ -6,8 +6,8 @@ class ChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Change Password',
VERSION = '2.13.1',
RELEASE = '2022-03-10',
VERSION = '2.13.2',
RELEASE = '2022-04-28',
REQUIRED = '2.12.0',
CATEGORY = 'Security',
DESCRIPTION = 'Extension to allow users to change their passwords';