You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2020/07/03 18:31:58 UTC

[GitHub] [fineract] ptuomola commented on a change in pull request #1132: FINERACT-1060: Do not allow delete / update of system user

ptuomola commented on a change in pull request #1132:
URL: https://github.com/apache/fineract/pull/1132#discussion_r449678579



##########
File path: fineract-provider/src/main/java/org/apache/fineract/useradministration/domain/AppUser.java
##########
@@ -264,6 +264,12 @@ public void updateRoles(final Set<Role> allRoles) {
 
         final String usernameParamName = "username";
         if (command.isChangeInStringParameterNamed(usernameParamName, this.username)) {
+
+            // TODO Remove this check once we are identifying system user based on user ID

Review comment:
       I've created a new issue for this - FINERACT-1068




----------------------------------------------------------------
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:
users@infra.apache.org