Re: [appfuse-user] Disabling user while invalid password entry

2007-08-01 Thread Matt Raible
See "Common Problem #3" on the following page: http://www.acegisecurity.org/faq.html BTW, I googled for "disable user after password attempts with acegi" and this was the first result. ;-) Matt On 8/1/07, jithesh <[EMAIL PROTECTED]> wrote: > > hi, > > i am using appfuse 1.9x. In my applica

[appfuse-user] Disabling user while invalid password entry

2007-08-01 Thread jithesh
hi, i am using appfuse 1.9x. In my application i need to prevent user from entering the invalid password( a min of 3 times). if he entered more than that his account should be blocked. How could i do that. i found some tips from this forum, but i was not able to do that. How should i write