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


##########
fineract-provider/src/main/java/org/apache/fineract/useradministration/service/AppUserWritePlatformServiceJpaRepositoryImpl.java:
##########
@@ -126,6 +126,7 @@ public CommandProcessingResult createUser(final JsonCommand 
command) {
             }
 
             AppUser appUser = AppUser.fromJson(userOffice, linkedStaff, 
allRoles, clients, command);
+            appUser.updatePasswordResetRequired(true);

Review Comment:
   Why is it blindly enforced? What if someone dont want this?



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