adamsaghy commented on code in PR #4542:
URL: https://github.com/apache/fineract/pull/4542#discussion_r2033378162


##########
fineract-provider/src/main/java/org/apache/fineract/useradministration/api/UsersApiResourceSwagger.java:
##########
@@ -151,6 +151,43 @@ private PostUsersResponse() {
         public Long resourceId;
     }
 
+    @Schema(description = "ChangePwdUsersUserIdRequest")
+    public static final class ChangePwdUsersUserIdRequest {
+
+        private ChangePwdUsersUserIdRequest() {
+
+        }
+
+        @Schema(example = "password")
+        public String password;
+        @Schema(example = "repeatPassword")
+        public String repeatPassword;
+    }
+
+    @Schema(description = "ChangePwdUsersUserIdResponse")
+    public static final class ChangePwdUsersUserIdResponse {
+
+        private ChangePwdUsersUserIdResponse() {
+
+        }
+
+        static final class ChangePwdUsersUserIdResponseChanges {
+
+            private ChangePwdUsersUserIdResponseChanges() {
+
+            }
+
+            @Schema(example = 
"abc3326b1bb376351c7baeb4175f5e0504e33aadf6a158474a6d71de1befae51")
+            public String passwordEncoded;

Review Comment:
   Do not send back the encoded password!



-- 
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