mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-30 14:40:55 +02:00
* Password&Security: fix not working password change after 19.1.20190917
This commit is contained in:
@ -74,7 +74,7 @@ class preferences_password
|
|||||||
switch($content['tabs'])
|
switch($content['tabs'])
|
||||||
{
|
{
|
||||||
case 'change_password':
|
case 'change_password':
|
||||||
if ($GLOBALS['egw']->acl->check('nopasswordchange', 1) && $content['button']['save'])
|
if (!$GLOBALS['egw']->acl->check('nopasswordchange', 1) && $content['button']['save'])
|
||||||
{
|
{
|
||||||
if (($errors = self::do_change($content['password'], $content['n_passwd'], $content['n_passwd_2'])))
|
if (($errors = self::do_change($content['password'], $content['n_passwd'], $content['n_passwd_2'])))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user