diff --git a/dbrepo-auth-service/dbrepo-realm.json b/dbrepo-auth-service/dbrepo-realm.json
index 668dc4cbfebe607ca3dce2b684e6e40098ce04e8..f05e6f347fe2315207e272a3d340edbd772b8729 100644
--- a/dbrepo-auth-service/dbrepo-realm.json
+++ b/dbrepo-auth-service/dbrepo-realm.json
@@ -1172,7 +1172,7 @@
   },
   "defaultGroups" : [ "/researchers" ],
   "requiredCredentials" : [ "password" ],
-  "passwordPolicy" : "length(8) and maxLength(64) and specialChars(1) and lowerCase(1) and upperCase(1) and digits(1) and passwordAge(30)",
+  "passwordPolicy" : "length(8) and maxLength(64) and specialChars(1) and lowerCase(1) and upperCase(1) and digits(1)",
   "otpPolicyType" : "totp",
   "otpPolicyAlgorithm" : "HmacSHA1",
   "otpPolicyInitialCounter" : 0,
diff --git a/dbrepo-auth-service/listeners/target/create-event-listener.jar b/dbrepo-auth-service/listeners/target/create-event-listener.jar
index 61046f026663169b343724b8275c9be7ef2af9ee..7072823dcbcc2d91dab2624b91f1e47fad47dbff 100644
Binary files a/dbrepo-auth-service/listeners/target/create-event-listener.jar and b/dbrepo-auth-service/listeners/target/create-event-listener.jar differ
diff --git a/helm/dbrepo/files/create-event-listener.jar b/helm/dbrepo/files/create-event-listener.jar
index 61046f026663169b343724b8275c9be7ef2af9ee..7072823dcbcc2d91dab2624b91f1e47fad47dbff 100644
Binary files a/helm/dbrepo/files/create-event-listener.jar and b/helm/dbrepo/files/create-event-listener.jar differ
diff --git a/helm/dbrepo/templates/auth-configmap.yaml b/helm/dbrepo/templates/auth-configmap.yaml
index 13d724d5e0672383c76031791852000c76dc669c..01f83a092cb7c326d4719135ef0c34db80556216 100644
--- a/helm/dbrepo/templates/auth-configmap.yaml
+++ b/helm/dbrepo/templates/auth-configmap.yaml
@@ -3714,7 +3714,7 @@ data:
         "containerId" : "afe47bd0-61f8-40c3-95cb-04930407ebdd"
       },
       "requiredCredentials" : [ "password" ],
-      "passwordPolicy" : "length(8) and maxLength(64) and specialChars(1) and lowerCase(1) and upperCase(1) and digits(1) and passwordAge(30)",
+      "passwordPolicy" : "length(8) and maxLength(64) and specialChars(1) and lowerCase(1) and upperCase(1) and digits(1)",
       "otpPolicyType" : "totp",
       "otpPolicyAlgorithm" : "HmacSHA1",
       "otpPolicyInitialCounter" : 0,