mohitsinha commented on a change in pull request #639: Enhancement for FINERACT 
#516
URL: https://github.com/apache/fineract/pull/639#discussion_r357380588
 
 

 ##########
 File path: 
fineract-provider/src/main/java/org/apache/fineract/useradministration/api/UsersApiResource.java
 ##########
 @@ -64,7 +64,7 @@
      * {@link AppUserData}.
      */
     private final Set<String> RESPONSE_DATA_PARAMETERS = new 
HashSet<>(Arrays.asList("id", "officeId", "officeName", "username",
-            "firstname", "lastname", "email", "allowedOffices", 
"availableRoles", "selectedRoles", "staff"));
+            "firstname", "lastname", "email", "allowedOffices", 
"availableRoles", "selectedRoles", "staff", "currentPassword"));
 
 Review comment:
   I think this should be avoided.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to