Skip to content

Commit 28e6ea7

Browse files
greutrafaelweingartner
authored andcommitted
UpdateUserCmd: apiSecretKey refers to itself (#2597)
* UpdateUserCmd: apiSecretKey refers to itself * typo: hasing -> hashing
1 parent 5ff2f17 commit 28e6ea7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/src/main/java/org/apache/cloudstack/api/command/admin/user/UpdateUserCmd.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ public class UpdateUserCmd extends BaseCmd {
6161

6262
@Parameter(name = ApiConstants.PASSWORD,
6363
type = CommandType.STRING,
64-
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",
64+
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",
6565
acceptedOnAdminPort = false)
6666
private String password;
6767

6868

69-
@Parameter(name = ApiConstants.SECRET_KEY, type = CommandType.STRING, description = "The secret key for the user. Must be specified with userSecretKey")
69+
@Parameter(name = ApiConstants.SECRET_KEY, type = CommandType.STRING, description = "The secret key for the user. Must be specified with userApiKey")
7070
private String secretKey;
7171

7272
@Parameter(name = ApiConstants.TIMEZONE,

0 commit comments

Comments
 (0)