Re: Security on JDBC Realm new features

2006-05-02 Thread Benjamin Cuthbert
admin if a user has been locked out Filip Benjamin Cuthbert wrote: All I am trying to improve the security for authenticating users on my JDBC realm. What we require is the ability to lock out accounts on the database when a user enters more than 3 incorrect passwords. Now i have made

Security on JDBC Realm new features

2006-05-01 Thread Benjamin Cuthbert
All I am trying to improve the security for authenticating users on my JDBC realm. What we require is the ability to lock out accounts on the database when a user enters more than 3 incorrect passwords. Now i have made some changes to the JDBCRealm.java and i would like some comments on the