mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Resolve #211
This commit is contained in:
parent
90f559ac8a
commit
3759a576c9
2 changed files with 4 additions and 4 deletions
|
|
@ -66,8 +66,8 @@ class ChangePasswordDriverLDAP
|
||||||
'{email:domain}' => $sDomain,
|
'{email:domain}' => $sDomain,
|
||||||
'{login}' => $oAccount->Login(),
|
'{login}' => $oAccount->Login(),
|
||||||
'{imap:login}' => $oAccount->Login(),
|
'{imap:login}' => $oAccount->Login(),
|
||||||
'{imap:host}' => $oAccount->DomainIncHost(),
|
'{imap:host}' => $oAccount->Domain()->IncHost(),
|
||||||
'{imap:port}' => $oAccount->DomainIncPort(),
|
'{imap:port}' => $oAccount->Domain()->IncPort(),
|
||||||
'{gecos}' => \function_exists('posix_getpwnam') ? \posix_getpwnam($oAccount->Login()) : ''
|
'{gecos}' => \function_exists('posix_getpwnam') ? \posix_getpwnam($oAccount->Login()) : ''
|
||||||
));
|
));
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,9 +6,9 @@ class ChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
{
|
{
|
||||||
const
|
const
|
||||||
NAME = 'Change Password',
|
NAME = 'Change Password',
|
||||||
VERSION = '2.3',
|
VERSION = '2.9',
|
||||||
RELEASE = '2021-07-20',
|
RELEASE = '2021-07-20',
|
||||||
REQUIRED = '2.5.0',
|
REQUIRED = '2.9.1',
|
||||||
CATEGORY = 'Security',
|
CATEGORY = 'Security',
|
||||||
DESCRIPTION = 'Extension to allow users to change their passwords';
|
DESCRIPTION = 'Extension to allow users to change their passwords';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue