phpGroupWare - Support: sr #105130, Reassigned item: IP addresses...
You are not allowed to post comments on this tracker with your current authentication level.
sr #105130: Reassigned item: IP addresses momentarily "blacklisted" should be re-allowed by admin easily
Submitter: | Olivier Berger <olberger> | ||
Submitted: | Wed 08 Feb 2006 10:39:44 AM UTC | ||
Category: | None | Priority: | 4 |
Severity: | 3 - Normal | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open | Operating System: | None |
Fri 10 Feb 2006 07:32:34 PM UTC, comment #3: |
Robert <burnttoast> |
Wed 08 Feb 2006 10:39:44 AM UTC, comment #2: This item has been reassigned from the project phpGroupWare bugs tracker to your tracker. |
Dave Hall <skwashd>![]() |
Wed 08 Feb 2006 10:39:44 AM UTC, comment #1: This is a feature request not a bug report, reassigning to that tracker |
Dave Hall <skwashd>![]() |
Wed 08 Feb 2006 10:39:44 AM UTC, original submission:
When a user has difficulties logging-in cause he/she wouldn't remember the login or password, after some unsuccesfull attemps, the IP address will be momentarily "blacklisted", no longer allowing logins, even though further attemps would be correct login or pass...
|
Olivier Berger <olberger> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 8 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2006-02-10 | burnttoast | Attached File | - | ![]() |
Added admin.diff, #204 |
2006-02-10 | burnttoast | Attached File | - | ![]() |
Added IP-unban-list.jpg, #203 |
2006-02-10 | burnttoast | Attached File | - | ![]() |
Added single-user-unban.jpg, #202 |
2006-02-10 | burnttoast | Attached File | - | ![]() |
Added class.uiaccess_history.inc.php, #201 |
2006-02-10 | burnttoast | Attached File | - | ![]() |
Added class.soaccess_history.inc.php, #200 |
2006-02-10 | burnttoast | Attached File | - | ![]() |
Added class.boaccess_history.inc.php, #199 |
2006-02-10 | burnttoast | Attached File | - | ![]() |
Added accesslog.tpl, #198 |
2006-02-08 | skwashd | Reassign item | From group phpGroupWare, bugs tracker | ![]() |
To group phpGroupWare, support tracker |
I have created the functions necessary to do this on my machine. and I would like to have the changes tested (if someone would be so kind)
I am a very "green" php programmer so use at your own risk...
I have attached the four files I have edited. Not included are the language additions to the database.
Using this. to remove an IP address simply open the access log. select the radio button and click submit.
to remove all of a users failed login attempts open the user accounts control panel and click view next to a user... then click Login History (removing a users ban status is the same as IP but it eliminates all of the users failed attempts (well ok they are still in the database but they do not block login anymore.)
I have also included a couple of screen shots so you know what to expect.
All changes I made were to the Admin modules. the class files are from admin/inc/ and the tpl was from admin/templates/default.
I apologize for not having a diff on hand (the originals were 0.9.16.010 for comparison purposes).