From d5427859148dcffa8d6a6b0b89ea76f216e376ca Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 29 Apr 2016 11:45:01 +0000 Subject: [PATCH] fix typo in 2. password --- admin/inc/class.admin_account.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/inc/class.admin_account.inc.php b/admin/inc/class.admin_account.inc.php index d7ddb30bd0..b68cebffd8 100644 --- a/admin/inc/class.admin_account.inc.php +++ b/admin/inc/class.admin_account.inc.php @@ -144,7 +144,7 @@ class admin_account // copy following fields to account 'account_lid', 'account_id', 'changepassword', 'anonymous', 'mustchangepassword', - 'account_passwd', 'account_passwd2', + 'account_passwd', 'account_passwd_2', 'account_primary_group', 'account_expires', 'homedirectory', 'loginshell',