Class Passwd_Driver_http

Description

The http driver attempts to change a user's password via a web based interface and implements the Passwd_Driver API.

$Horde: passwd/lib/Driver/http.php,v 1.8.2.3 2009/01/06 15:25:23 jan Exp $

Copyright 2000-2009 The Horde Project (http://www.horde.org/)

See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.php.

Located in /lib/Driver/http.php (line 17)

Passwd_Driver
   |
   --Passwd_Driver_http
Method Summary
 Passwd_Driver_http Passwd_Driver_http ([array $params = array()])
 mixed changePassword (string $username, string $old_password, string $new_password)
Variables
Methods
Constructor Passwd_Driver_http (line 24)

Constructs a new Passwd_Driver_http object.

Passwd_Driver_http Passwd_Driver_http ([array $params = array()])
  • array $params: A hash containing connection parameters.
changePassword (line 38)

Change the user's password.

  • return: True on success or PEAR_Error on failure.
mixed changePassword (string $username, string $old_password, string $new_password)
  • string $username: The user for which to change the password.
  • string $old_password: The old (current) user password.
  • string $new_password: The new user password to set.

Redefinition of:
Passwd_Driver::changePassword()
Change the user's password.

Inherited Methods

Inherited From Passwd_Driver

 Passwd_Driver::Passwd_Driver()
 Passwd_Driver::changePassword()
 Passwd_Driver::comparePasswords()
 Passwd_Driver::encryptPassword()
 Passwd_Driver::factory()

Documentation generated on Sun, 30 Jan 2011 05:36:07 +0000 by phpDocumentor 1.4.3