DeathGun44 commented on code in PR #5387:
URL: https://github.com/apache/fineract/pull/5387#discussion_r2731646683
##########
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:
Agreed. I missed connecting the service check here. I have updated logic to
only enforce the reset if the global configuration is enabled.
--
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]