RealJeeshop / jeeshop

Apache License 2.0
41 stars 40 forks source link

Authentication - Record Login attempts #28

Open remibantos opened 9 years ago

remibantos commented 9 years ago

Record login attempts number per user. Fail after n (configurable) attempts.

This might be done by using a stored procedure instead of a Query for user authentication with JAAS.