airajena commented on code in PR #5367:
URL: https://github.com/apache/fineract/pull/5367#discussion_r2724042436


##########
fineract-core/src/main/java/org/apache/fineract/infrastructure/configuration/api/GlobalConfigurationConstants.java:
##########
@@ -79,6 +79,7 @@ public final class GlobalConfigurationConstants {
     public static final String 
ASSET_OWNER_TRANSFER_OUTSTANDING_INTEREST_CALCULATION_STRATEGY = 
"outstanding-interest-calculation-strategy-for-external-asset-transfer";
     public static final String 
ALLOWED_LOAN_STATUSES_FOR_EXTERNAL_ASSET_TRANSFER = 
"allowed-loan-statuses-for-external-asset-transfer";
     public static final String 
ALLOWED_LOAN_STATUSES_OF_DELAYED_SETTLEMENT_FOR_EXTERNAL_ASSET_TRANSFER = 
"allowed-loan-statuses-of-delayed-settlement-for-external-asset-transfer";
+    public static final String RESTRICT_REUSE_OF_PASSWORD = 
"restrict-reuse-of-password";

Review Comment:
   Good point! I've renamed it to PASSWORD_REUSE_CHECK_HISTORY_COUNT which I 
think better captures both purposes. Let me know if you'd prefer a different 
name.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to