Class Passwd_Driver_Sql
The SQL driver attempts to change a user's password stored in an SQL database and implements the Passwd_Driver API.
Copyright 2000-2012 Horde LLC (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.
- Passwd_Driver
- Passwd_Driver_Sql
Package: Passwd
Author: Mike Cochrane mike@graftonhall.co.nz
Author: Ilya Krel mail@krel.org
Author: Tjeerd van der Zee admin@xar.nl
Author: Mattias Webjörn Eriksson mattias@webjorn.org
Author: Eric Jon Rostetter eric.rostetter@physics.utexas.edu
Author: Ralf Lang lang@b1-systems.de (H4 conversion)
Located at Driver/Sql.php
Author: Mike Cochrane mike@graftonhall.co.nz
Author: Ilya Krel mail@krel.org
Author: Tjeerd van der Zee admin@xar.nl
Author: Mattias Webjörn Eriksson mattias@webjorn.org
Author: Eric Jon Rostetter eric.rostetter@physics.utexas.edu
Author: Ralf Lang lang@b1-systems.de (H4 conversion)
Located at Driver/Sql.php
public
|
|
public
|
#
changePassword( string $username, string $old_password, string $new_password )
Changes the user's password. |