https://bugzilla.wikimedia.org/show_bug.cgi?id=9838

--- Comment #12 from Platonides <platoni...@gmail.com> 2012-04-13 18:36:09 UTC 
---
What about adding the missing i to make the Notifcation a Notification?

Still spaces instead of tabs at  $failedCount block, lines 574-583, 594-597,
603-625, 833-844, and messages.inc

Also, the code fails if the checks are done from multiple ips.

I think the approach should be something like:

On bad login:
 store[$USER] += (date, ip)

On good login:
 Show store[$USER]
 Empty store[$USER]

Daily:
 For each $USER:
   Email store[$USER] to $USER unless disabled in preferences
   Empty store[$USER]

I'm not keen on using a db table, though.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to