[TYPO3-core] RFC: 6945 Log login failures with	t3lib_div::syslog()
    Martin Kutschker 
    Martin.Kutschker at n0spam-blackbox.net
       
    Thu Dec 13 11:25:51 CET 2007
    
    
  
Andreas Otto schrieb:
> This is an SVN patch request.
> 
> Type: New feature
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=6945
> 
> Branches:
> trunk
> 
> Problem:
> I would like to log login failures, like wrong username, wrong password
I have thought about that too. But I think what is missing is the 
'facility' concept of Unix' syslog. Because I don't want my auth logs to be 
mixed up with my other logs *. But others may want to.
So I suggest we get a t3lib_div::authLog() that may be configured to use 
either the standard TYPO3 t3lib_div::sysLog() or does it's own logging.
Masi
* may be sent to emails etc as well!
    
    
More information about the TYPO3-team-core
mailing list