From e2b051a1992ad468d87af325079f766e2e7f5376 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 22 Sep 2016 19:46:41 +0200 Subject: [feat] rename bonafide.user.signup into create The js was already expecting this name, and the cli was calling it create, but the internal command was 'signup'. --- src/leap/bitmask/cli/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/leap/bitmask/cli/user.py') diff --git a/src/leap/bitmask/cli/user.py b/src/leap/bitmask/cli/user.py index c34852c2..9ce4dc6a 100644 --- a/src/leap/bitmask/cli/user.py +++ b/src/leap/bitmask/cli/user.py @@ -48,7 +48,7 @@ SUBCOMMANDS: def create(self, raw_args): username = self.username(raw_args) passwd = getpass.getpass() - self.data += ['signup', username, passwd, 'true'] + self.data += ['create', username, passwd, 'true'] return self._send(printer=command.default_dict_printer) def auth(self, raw_args): -- cgit v1.2.3