Skip to content

Commit 7fba665

Browse files
Update api/src/main/java/org/apache/cloudstack/api/command/admin/account/CreateAccountCmd.java
Co-authored-by: GaOrtiga <49285692+GaOrtiga@users.noreply.github.com>
1 parent 4e19bca commit 7fba665

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/main/java/org/apache/cloudstack/api/command/admin/account/CreateAccountCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public class CreateAccountCmd extends BaseCmd {
7676

7777
@Parameter(name = ApiConstants.PASSWORD,
7878
type = CommandType.STRING,
79-
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 See Docs section. "
79+
description = "Clear text password (Default hashed to SHA256SALT). If you wish to use any other hashing algorithm, you will need to write a custom authentication adapter See Docs section. "
8080
+ "If omitted, a random password is generated, e.g. for an account that will only ever authenticate externally via SAML/LDAP.")
8181
private String password;
8282

0 commit comments

Comments
 (0)