mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Put :login_name in change-password PDO default value
This commit is contained in:
parent
7858b3e06a
commit
712cfbb8f4
2 changed files with 3 additions and 3 deletions
|
|
@ -6,8 +6,8 @@ class ChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
{
|
||||
const
|
||||
NAME = 'Change Password',
|
||||
VERSION = '2.17',
|
||||
RELEASE = '2022-12-08',
|
||||
VERSION = '2.18',
|
||||
RELEASE = '2023-01-05',
|
||||
REQUIRED = '2.23.0',
|
||||
CATEGORY = 'Security',
|
||||
DESCRIPTION = 'Extension to allow users to change their passwords';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue