You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2018/04/24 14:27:16 UTC

[cloudstack] branch master updated: UpdateUserCmd: apiSecretKey refers to itself (#2597)

This is an automated email from the ASF dual-hosted git repository.

rafael pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new 28e6ea7  UpdateUserCmd: apiSecretKey refers to itself (#2597)
28e6ea7 is described below

commit 28e6ea721ac08eba498949cf2be2c06e146664cc
Author: Yoan Blanc <yo...@dosimple.ch>
AuthorDate: Tue Apr 24 16:27:04 2018 +0200

    UpdateUserCmd: apiSecretKey refers to itself (#2597)
    
    * UpdateUserCmd: apiSecretKey refers to itself
    
    * typo: hasing -> hashing
---
 .../org/apache/cloudstack/api/command/admin/user/UpdateUserCmd.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/api/src/main/java/org/apache/cloudstack/api/command/admin/user/UpdateUserCmd.java b/api/src/main/java/org/apache/cloudstack/api/command/admin/user/UpdateUserCmd.java
index e6ac367..91ccede 100644
--- a/api/src/main/java/org/apache/cloudstack/api/command/admin/user/UpdateUserCmd.java
+++ b/api/src/main/java/org/apache/cloudstack/api/command/admin/user/UpdateUserCmd.java
@@ -61,12 +61,12 @@ public class UpdateUserCmd extends BaseCmd {
 
     @Parameter(name = ApiConstants.PASSWORD,
             type = CommandType.STRING,
-            description = "Clear text password (default hashed to SHA256SALT). If you wish to use any other hasing algorithm, you would need to write a custom authentication adapter. Can't be passed when command is executed via integration.api.port",
+            description = "Clear text password (default hashed to SHA256SALT). If you wish to use any other hashing algorithm, you would need to write a custom authentication adapter. Can't be passed when command is executed via integration.api.port",
             acceptedOnAdminPort = false)
     private String password;
 
 
-    @Parameter(name = ApiConstants.SECRET_KEY, type = CommandType.STRING, description = "The secret key for the user. Must be specified with userSecretKey")
+    @Parameter(name = ApiConstants.SECRET_KEY, type = CommandType.STRING, description = "The secret key for the user. Must be specified with userApiKey")
     private String secretKey;
 
     @Parameter(name = ApiConstants.TIMEZONE,

-- 
To stop receiving notification emails like this one, please contact
rafael@apache.org.