shaofengshi commented on a change in pull request #1187:
URL: https://github.com/apache/kylin/pull/1187#discussion_r416477757
##########
File path:
server-base/src/main/java/org/apache/kylin/rest/controller/UserController.java
##########
@@ -191,6 +191,8 @@ public ManagedUser save(@PathVariable("userName") String
userName, @RequestBody
}
logger.info("Saving {}", user);
+ user.setPassword(pwdEncode(user.getPassword()));
Review comment:
I'm not quite understand why it need reset the password. Could you add a
description?
----------------------------------------------------------------
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:
[email protected]