You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/04/25 08:15:50 UTC

[GitHub] resmo commented on a change in pull request #2574: [CLOUDSTACK-5235] ask users old password when they are executing a password update

resmo commented on a change in pull request #2574: [CLOUDSTACK-5235] ask users old password when they are executing a password update
URL: https://github.com/apache/cloudstack/pull/2574#discussion_r183974002
 
 

 ##########
 File path: api/src/main/java/org/apache/cloudstack/api/command/admin/user/UpdateUserCmd.java
 ##########
 @@ -65,6 +65,8 @@
             acceptedOnAdminPort = false)
     private String password;
 
+    @Parameter(name = ApiConstants.OLD_PASSWORD, type = CommandType.STRING, description = "Old password that was being used by the user. You must inform the old password when updating the password.", acceptedOnAdminPort = false)
 
 Review comment:
   I would prefer the word "current" instead of "old*

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services