Log of /contributions/modules/login_security/login_security.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 31 16:47:40 2009 UTC
(3 months, 4 weeks ago)
by
deekayen
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.19: +46 -37 lines
Diff to
previous 1.19
#496446 by ilo: Administration interface tough love
#501040 by deekayen, ilo: Add link to blocked user accounts for watchdog
Revision
1.12.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 17 17:52:38 2009 UTC
(5 months, 1 week ago)
by
deekayen
Branch:
DRUPAL-6--1
Changes since
1.12.2.3: +43 -41 lines
Diff to
previous 1.12.2.3
, to
branch point 1.12
#492600 - Last login didn't display. Found a solution that passes tests by forcing another validation function before Drupal core's valiation that otherwise would upate the last login timestamp to the current time
Revision
1.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 17 17:50:11 2009 UTC
(5 months, 1 week ago)
by
deekayen
Branch:
MAIN
Changes since
1.15: +43 -41 lines
Diff to
previous 1.15
#492600 - Last login didn't display. Found a solution that passes tests by forcing another validation function before Drupal core's valiation that otherwise would upate the last login timestamp to the current time
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 15 21:31:44 2009 UTC
(5 months, 1 week ago)
by
deekayen
Branch:
MAIN
Changes since
1.13: +25 -32 lines
Diff to
previous 1.13
#326887 - login handler still shows login tracking fixed by checking for valid login during login_security validation, which meant that the hackery that removed messages from sessions could be removed
Move functions around in .install to match webchick's new order of schema functions in D7
comment spelling fix on validatdor
update url() function for %edit_uri to D6
fix outgoing mail so it actually has a subject and body
remove t() functions from variable_get() lines since t() only works on static strings and replace with strtr
update validation function arguments to D6
change user blocking watchdog message to go under user instead of login_security
add automated tests
Revision
1.12.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 15 21:27:21 2009 UTC
(5 months, 1 week ago)
by
deekayen
Branch:
DRUPAL-6--1
Changes since
1.12.2.1: +25 -32 lines
Diff to
previous 1.12.2.1
, to
branch point 1.12
#326887 - login handler still shows login tracking fixed by checking for valid login during login_security validation, which meant that the hackery that removed messages from sessions could be removed
Move functions around in .install to match webchick's new order of schema functions in D7
comment spelling fix on validatdor
update url() function for %edit_uri to D6
fix outgoing mail so it actually has a subject and body
remove t() functions from variable_get() lines since t() only works on static strings and replace with strtr
update validation function arguments to D6
change user blocking watchdog message to go under user instead of login_security
add automated tests
Revision
1.9.2.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 20 19:44:05 2008 UTC
(13 months, 1 week ago)
by
deekayen
Branch:
DRUPAL-5
Changes since
1.9.2.2: +10 -21 lines
Diff to
previous 1.9.2.2
, to
branch point 1.9
#316739 - login attempts message always the same (fix was to support IPv6 in the tracking table) by deekayen
fix tokens replaced with blank strings in the email notification to admin uid 1 by removing redundant $variables call that just unset the correct replacements
coder notices cleanup
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 21 07:35:48 2008 UTC
(22 months, 1 week ago)
by
ilo
Branch:
MAIN
Changes since
1.10: +17 -11 lines
Diff to
previous 1.10
fixed: wrong watchdog prio.
fixed: wrong default notice_available_attempts variable.
fixed: email code adapted to drupal 6 mail flow. tested locally and worked.
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 25 23:21:07 2007 UTC
(2 years, 1 month ago)
by
ilo
Branch:
MAIN
Changes since
1.6: +5 -5 lines
Diff to
previous 1.6
blank IP address being populated in the placeholders.. also being used to create the blocking access rules. Thanks to Veldar, again!
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 24 20:41:00 2007 UTC
(2 years, 1 month ago)
by
ilo
Branch:
MAIN
Changes since
1.4: +16 -2 lines
Diff to
previous 1.4
Finally I've fixed the annoying message after successfull login. The module is working well after several tests, and the code is clean enough to talk about an official release now.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 21 20:56:23 2007 UTC
(2 years, 1 month ago)
by
ilo
Branch:
MAIN
Changes since
1.3: +74 -85 lines
Diff to
previous 1.3
Finally the module allows to show remaining attempts as desired by Christefano. I've improved the placeholders information for the messages. The module is also tested enough to be released as official release, but I'll wait to meet Christefano's requeriments before tagging.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 14 22:10:22 2007 UTC
(2 years, 1 month ago)
by
ilo
Branch:
MAIN
Changes since
1.1: +124 -7 lines
Diff to
previous 1.1
Modified to not distrupt the user flow. Now when a user is blocked, the user hook: updated is launched, so other modules may react to this.
New configuration options, to allow the translation of module strings.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 24 21:54:11 2007 UTC
(2 years, 2 months ago)
by
ilo
Branch:
MAIN
Initial commint of login_security module. This module will add a few options to the login form to improve it's security configuration
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.