Revisions for passwd/lib/Passwd.php

Location: [ Horde ] / passwd / lib / Passwd.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.12.2.4 FRAMEWORK_3 (+2 -2 lines) 10/09/2008 01:12 PM Jan Schneider jan

Merge from HEAD.

1.17 (+2 -2 lines) 01/02/2008 06:13 AM Jan Schneider jan

Happy New Year

Tags: BEFORE_MERGE_3_3

1.12.2.3 FRAMEWORK_3 (+2 -2 lines) 01/02/2007 08:55 AM Jan Schneider jan

Happy New Year

Tags: PASSWD_3_0_1, PASSWD_3_0_1_RC1

1.16 (+2 -2 lines) 01/02/2007 07:48 AM Jan Schneider jan

Happy New Year

1.15 (+2 -2 lines) 12/30/2006 02:15 PM Jan Schneider jan

Standardize on "_The_ Horde Project" and "http://_www_.horde.org".

1.12.2.2 FRAMEWORK_3 (+3 -3 lines) 08/21/2006 10:18 AM Jan Schneider jan

MFH: Assume that the originally intended license is GPL, because this was used in most places before I changed over to ASL.

1.14 (+3 -3 lines) 08/21/2006 09:37 AM Jan Schneider jan

Assume that the originally intended license is GPL, because this was used in most places before I changed over to ASL.

1.12.2.1 FRAMEWORK_3 (+2 -2 lines) 01/01/2006 04:29 PM Jan Schneider jan

Happy new year

1.13 (+2 -2 lines) 01/01/2006 04:11 PM Jan Schneider jan

Happy new year\!

1.12 (+6 -1 lines) 08/23/2005 07:15 AM Jan Schneider jan

Update licenses, copyrights, docblocks.

Tags: FRAMEWORK_3, BEFORE_BRANCH_3, PASSWD_3_0, PASSWD_3_0_RC1

1.11 (+1 -2 lines) 04/20/2005 01:51 AM Matt Selsky selsky

Remove @version.

Tags: PASSWD_3_0_BETA

1.10 (+2 -11 lines) 11/16/2004 09:53 PM Chuck Hagenbuch chuck

Use CSS menu.

1.9 (+2 -5 lines) 08/30/2004 04:34 PM Chuck Hagenbuch chuck

Apps no longer need to call Help::javascript() - and indeed they shouldn't,
since it no longer exists.

1.8 (+3 -3 lines) 05/23/2004 01:09 PM Jan Schneider jan

Fix package name.

1.7 (+3 -3 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.6 (+26 -2 lines) 04/05/2004 08:11 PM max

[max] Add optional 'required' parameters to composite driver's subdriver configurations.
[max] Add optional parameter 'no_reset' to the backend configs which prevents
reseting the authenticated user's credentials on password changes.
[max] Properly reset authenticated user's credentials using Horde's Auth::setCredential().

move Driver::resetCredentials() to Passwd::resetCredentials().
reset credentials in main.php and remove the call from individual drivers (THIS NEEDS TESTING).

1.5 (+3 -3 lines) 02/11/2004 05:17 PM Chuck Hagenbuch chuck

move Menu.php to a framework package.

1.4 (+3 -3 lines) 01/18/2004 06:58 PM Jan Schneider jan

Show notifications only from the requested message stack.

1.3 (+21 -10 lines) 05/22/2003 04:23 PM Chuck Hagenbuch chuck

- remove menu.php files
- use new, more compact Help code
- remove a bunch of unneeded requires
- some style cleanup

1.2.2.1 RELENG_2 (+12 -2 lines) 01/20/2003 08:28 PM Eric Rostetter ericr

* MFH: Remove mdaemon driver
* MFH: Add vpopmail driver by Amith Varghese
* MFH: Add vmailmgr driver by Marco Kaiser
* MFH: Add expect script by Gaudenz Steinlin
* MFH: update servuftp driver by lucas
* MFH: Update sql driver (exim sql based)
* MFH: Update ldap driver
* MFH: reset horde/imp cached credentials when changing password
* MFH: [mac] Add username hooks
* MFH: [mc] rewerite driver system, add backends.conf system
* Update docs

Tags: PASSWD_2_2_2, PASSWD_2_2_1, PASSWD_2_2_1_RC1, PASSWD_2_2, PASSWD_2_2_RC2, PASSWD_2_2_RC1

1.2 (+4 -4 lines) 11/22/2002 10:13 PM Eric Rostetter ericr

* Fix phpdoc

Tags: RELENG_2

1.1 10/12/2002 03:35 AM mikec

First round of changes to Passwd.

Passwd is now designed to be a guest application. Moved to conf.xml for configuration. backends.php for specifying the backends for configuration.

NB: Passwd_Drivers are now responsible for checking the current password. is correct! I have changed the LDAP and SQL drivers to do this.

The drivers API have been changed if you are using a driver other than ldap or sql then Passwd will currently be broken for you.

Does anyone actually use the mdaemon driver or was that just me?