Revisions for framework/Auth/Auth/login.php

Location: [ Horde ] / framework / Auth / Auth / login.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.3.10.12 FRAMEWORK_3 (+2 -2 lines) 01/02/2008 06:30 AM Jan Schneider jan

Happy New Year

Tags: HORDE_3_3, RELEASE_0_1_0, HORDE_3_3_RC1, HORDE_3_2_2, HORDE_3_2_1, HORDE_3_2, HORDE_3_2_RC4, HORDE_3_2_RC3, HORDE_3_2_RC2

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

Happy New Year

1.3.10.11 FRAMEWORK_3 (+9 -7 lines) 12/20/2007 08:48 AM Jan Schneider jan

Merge from HEAD.

1.16 (+2 -2 lines) 12/14/2007 01:34 PM Chuck Hagenbuch chuck

Reference a version of the LGPL that doesn't silently update to new wording.

Tags: BEFORE_MERGE_3_2

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

Happy New Year

Tags: HORDE_3_1_9, HORDE_3_1_8, HORDE_3_1_7, HORDE_3_1_6, HORDE_3_1_5, HORDE_3_1_4, HORDE_3_1_4_RC1

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

Happy New Year

Tags: HORDE_3_2_RC1, HORDE_3_2_ALPHA

1.14 (+2 -2 lines) 01/01/2007 07:40 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

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

Happy new year

Tags: HORDE_3_1_3, HORDE_3_1_2, HORDE_3_1_1, HORDE_3_1, HORDE_3_1_RC3, HORDE_3_1_RC2, HORDE_3_1_RC1

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

Happy new year\!

1.12 (+7 -5 lines) 12/26/2005 01:55 PM Chuck Hagenbuch chuck

Wherever possible avoid throwing fatal errors in the Auth drivers -
just return login failures or PEAR_Error objects as appropriate.

1.3.10.8 FRAMEWORK_3 (+2 -2 lines) 10/18/2005 07:00 AM Jan Schneider jan

Merged from HEAD.

1.11 (+2 -2 lines) 10/13/2005 01:59 AM Matt Selsky selsky

ws

Tags: BEFORE_MERGE_3_1

1.3.10.7 FRAMEWORK_3 (+4 -6 lines) 06/22/2005 10:08 PM Matt Selsky selsky

MFH: Remove extra stuff from @var lines in phpdoc and remove unneeded @access
public lines.

Tags: HORDE_3_0_12, HORDE_3_0_11, HORDE_3_0_10, HORDE_3_0_9, HORDE_3_0_8, HORDE_3_0_7, HORDE_3_0_6, HORDE_3_0_6_RC1, HORDE_3_0_5, HORDE_3_0_5_RC2, HORDE_3_0_5_RC1

1.10 (+4 -6 lines) 06/22/2005 09:58 PM Matt Selsky selsky

Remove extra stuff from @var lines in phpdoc and remove unneeded @access public
lines.

1.3.10.6 FRAMEWORK_3 (+2 -2 lines) 05/10/2005 02:21 AM Matt Selsky selsky

MFH: Remove "optional" from phpdoc.

1.9 (+2 -2 lines) 05/10/2005 02:11 AM Matt Selsky selsky

Remove "optional" from phpdoc.

1.3.10.5 FRAMEWORK_3 (+4 -5 lines) 04/21/2005 10:40 AM Matt Selsky selsky

MFH.

1.3.10.4 FRAMEWORK_3 (+1 -2 lines) 04/21/2005 07:26 AM Matt Selsky selsky

Remove @version.

1.8 (+4 -5 lines) 04/21/2005 03:44 AM Matt Selsky selsky

Remove @version.
Clean up required/optional parameters in phpdoc.

1.7 (+1 -2 lines) 04/21/2005 01:40 AM Matt Selsky selsky

Remove @version.

1.3.10.3 FRAMEWORK_3 (+3 -4 lines) 03/22/2005 06:46 AM Jan Schneider jan

MFH 1.6

Tags: HORDE_3_0_4, HORDE_3_0_4_RC2

1.6 (+3 -4 lines) 03/17/2005 10:30 AM Jan Schneider jan

This seems to work better, more consistantly.

Submitted by: as@as-media.com
Bug: 1571

1.3.10.2 FRAMEWORK_3 (+3 -3 lines) 01/19/2005 10:05 AM Jan Schneider jan

MFH: remove PEAR::raiseError() calls.

Tags: HORDE_3_0_4_RC1, HORDE_3_0_3, HORDE_3_0_3_RC1

1.5 (+1 -1 lines) 01/19/2005 09:55 AM Jan Schneider jan

Remove more needless raiseError() calls. I bet we have tons of them in the code.

1.4 (+1 -1 lines) 01/03/2005 08:08 AM Jan Schneider jan

Happy New Year

1.3.10.1 FRAMEWORK_3 (+3 -3 lines) 01/03/2005 07:18 AM Jan Schneider jan

Happy New Year

Tags: HORDE_3_0_2, HORDE_3_0_1

1.3 (+8 -7 lines) 05/25/2004 04:50 AM mdjukic

add resetpassword capability
add comments
some layout tweaks

Tags: FRAMEWORK_3, HORDE_3_0, HORDE_3_0_RC3

1.2 (+4 -3 lines) 01/04/2004 11:08 AM Jan Schneider jan

'su -c' is not allowed for non-roots on some systems.

Tags: HORDE_3_0_ALPHA

1.1 01/04/2004 10:52 AM Jan Schneider jan

Add Auth_login class.