details: /erp/devel/pi/rev/2e1ceb2f6523 changeset: 8788:2e1ceb2f6523 user: Stefan Hühner <stefan.huehner <at> openbravo.com> date: Wed Nov 03 11:30:09 2010 +0100 summary: Fix typos in the comments explaining the different parameter values
diffstat: config/Openbravo.properties.template | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diffs (23 lines): diff -r 45d3fff6f38d -r 2e1ceb2f6523 config/Openbravo.properties.template --- a/config/Openbravo.properties.template Tue Nov 02 18:57:43 2010 +0100 +++ b/config/Openbravo.properties.template Wed Nov 03 11:30:09 2010 +0100 @@ -111,7 +111,7 @@ # Authentication # ################## -# Leave this empty to use the default login hardler. +# Leave this empty to use the default login handler. # LAM server example: org.openbravo.authentication.lam.LamAuthenticationManager authentication.class= @@ -170,8 +170,8 @@ # Log in security # ################### -# If these properties are set, after log in trail failed the response time -# will be delayed, and the user can be blocked. +# If these properties are set, after a failed login the response time +# will be delayed, and the user account can be blocked. login.trial.delay.increment=0 login.trial.delay.max=0 login.trial.user.lock=0 ------------------------------------------------------------------------------ Achieve Improved Network Security with IP and DNS Reputation. Defend against bad network traffic, including botnets, malware, phishing sites, and compromised hosts - saving your company time, money, and embarrassment. Learn More! http://p.sf.net/sfu/hpdev2dev-nov _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
