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


##########
fineract-core/src/main/java/org/apache/fineract/useradministration/domain/AppUser.java:
##########
@@ -236,6 +239,25 @@ public void updatePassword(final String encodePassword) {
 
     }
 
+    public void updateTemporaryPassword(final String encodedPassword, final 
java.time.LocalDateTime expiryTime) {

Review Comment:
   Also please introduce a new flag which defined whether password reset is 
allowed to a particular Appuser. We have AppUsers (like system) which NEVER 
shall be reseted!



##########
fineract-core/src/main/java/org/apache/fineract/useradministration/domain/AppUser.java:
##########
@@ -236,6 +239,25 @@ public void updatePassword(final String encodePassword) {
 
     }
 
+    public void updateTemporaryPassword(final String encodedPassword, final 
java.time.LocalDateTime expiryTime) {

Review Comment:
   Also please introduce a new flag which defined whether password reset is 
allowed to a particular Appuser. We have AppUsers (like system) which NEVER 
shall be reset!



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