As per the below referenced thread, I'm intending to extend the Umbraco 'UsersMembershipProvider' in order to log failed User log in attempts. The question is, where do I log such events? Should I create a custom table in the database or is it possible to integrate with Umbraco's existing logging mechanism via the Api?
Logging failed User log in attempts using Api
As per the below referenced thread, I'm intending to extend the Umbraco 'UsersMembershipProvider' in order to log failed User log in attempts. The question is, where do I log such events? Should I create a custom table in the database or is it possible to integrate with Umbraco's existing logging mechanism via the Api?
http://our.umbraco.org/forum/developers/extending-umbraco/12908-How-can-I-log-failed-login-attempts-for-the-Umbraco-backend
Found it... 'umbraco.BusinessLogic.Log'.
is working on a reply...