You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2013/04/07 11:08:21 UTC

svn commit: r1465347 - in /ofbiz/trunk/framework: common/config/SecurityextUiLabels.xml security/config/security.properties

Author: jleroux
Date: Sun Apr  7 09:08:21 2013
New Revision: 1465347

URL: http://svn.apache.org/r1465347
Log:
I missed to commit security.properties with r1465185. Thanks to Leon for warning

+ French labels

Modified:
    ofbiz/trunk/framework/common/config/SecurityextUiLabels.xml
    ofbiz/trunk/framework/security/config/security.properties

Modified: ofbiz/trunk/framework/common/config/SecurityextUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/SecurityextUiLabels.xml?rev=1465347&r1=1465346&r2=1465347&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/SecurityextUiLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/SecurityextUiLabels.xml Sun Apr  7 09:08:21 2013
@@ -167,10 +167,12 @@
         <value xml:lang="zh_TW">無電子郵件, 請與客服連絡。</value>
     </property>
     <property key="loginevents.password_expiration_alert">
-        <value xml:lang="en">Alert : Your password will expire on ${passwordExpirationDate}. Update password before it expired.</value>
+        <value xml:lang="en">Alert: Your password will expire on ${passwordExpirationDate}. Update password before it expired.</value>
+        <value xml:lang="fr">Votre mot de passe va expirer le ${passwordExpirationDate}, modifiez le avant.</value>
     </property>
     <property key="loginevents.password_expired_message">
-        <value xml:lang="en">Alert : Your password expired on ${passwordExpirationDate}. Update your password.</value>
+        <value xml:lang="en">Alert: Your password expired on ${passwordExpirationDate}. Update your password.</value>
+        <value xml:lang="fr">Votre mot de passe a expiré le  ${passwordExpirationDate}, modifiez le.</value>
     </property>
     <property key="loginevents.password_hint_is">
         <value xml:lang="de">Der Passwort-Hinweis ist: ${passwordHint}.</value>

Modified: ofbiz/trunk/framework/security/config/security.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/security/config/security.properties?rev=1465347&r1=1465346&r2=1465347&view=diff
==============================================================================
--- ofbiz/trunk/framework/security/config/security.properties (original)
+++ ofbiz/trunk/framework/security/config/security.properties Sun Apr  7 09:08:21 2013
@@ -61,6 +61,12 @@ max.failed.logins=3
 # -- 0 to not save history at all
 password.change.history.limit=0
 
+# Security Policy : Force user to reset login password in fix number of days -
+# To enable this functionality <password.change.history.limit> need to be a non zero number. And <user.auto.change.password.enable> need to set as true.
+user.auto.change.password.enable=false
+user.change.password.days=90
+user.change.password.notification.days=5
+
 # -- disable the account for this many minutes (if 0, then indefinate) --
 login.disable.minutes=5