[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] admin/inc class.boaccounts.inc.php
From: |
Dave Hall |
Subject: |
[Phpgroupware-cvs] admin/inc class.boaccounts.inc.php |
Date: |
Wed, 23 Aug 2006 16:22:47 +0000 |
CVSROOT: /cvsroot/phpgroupware
Module name: admin
Changes by: Dave Hall <skwashd> 06/08/23 16:22:47
Modified files:
inc : class.boaccounts.inc.php
Log message:
new ldap accounts now get created with a password
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/admin/inc/class.boaccounts.inc.php?cvsroot=phpgroupware&r1=1.51&r2=1.52
Patches:
Index: class.boaccounts.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.boaccounts.inc.php,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -b -r1.51 -r1.52
--- class.boaccounts.inc.php 12 Aug 2006 09:13:01 -0000 1.51
+++ class.boaccounts.inc.php 23 Aug 2006 16:22:47 -0000 1.52
@@ -9,7 +9,7 @@
* Free Software Foundation; either version 2 of the License, or (at
your *
* option) any later version.
*
\**************************************************************************/
- /* $Id: class.boaccounts.inc.php,v 1.51 2006/08/12 09:13:01 skwashd Exp
$ */
+ /* $Id: class.boaccounts.inc.php,v 1.52 2006/08/23 16:22:47 skwashd Exp
$ */
//FIXME define constants for rights so we can fuck all these magic
numbers
@@ -255,7 +255,8 @@
'account_lid' =>
$values['account_lid'],
'account_firstname' =>
$values['account_firstname'],
'account_lastname' =>
$values['account_lastname'],
- 'passwd'
=> $values['account_passwd'],
+ 'passwd'
=> $values['account_passwd'], //TODO see if this still needed
+ 'account_passwd' =>
$values['account_passwd'],
'status'
=> $values['account_status'] ? 'A' : '',
'old_loginid' =>
$values['old_loginid'] ? rawurldecode($_GET['old_loginid']) : '',
'account_id' =>
$values['account_id'],
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] admin/inc class.boaccounts.inc.php,
Dave Hall <=