-
- All Implemented Interfaces:
public class CreateUserCommand.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static CreateUserCommand.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final Unit
createUser(String user, String password)
Create a new user or override the password of an existing user. -
-
Method Detail
-
createUser
final Unit createUser(String user, String password)
Create a new user or override the password of an existing user. The password will automatically be encrypted with argon2d
- Parameters:
user
- The username.password
- The password.
-
-
-
-