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/core/dispatcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/leap/bitmask/core/dispatcher.py') diff --git a/src/leap/bitmask/core/dispatcher.py b/src/leap/bitmask/core/dispatcher.py index dba75b6a..35f8bf5c 100644 --- a/src/leap/bitmask/core/dispatcher.py +++ b/src/leap/bitmask/core/dispatcher.py @@ -106,7 +106,7 @@ class UserCmd(SubCommand): return bonafide.do_authenticate(user, password, autoconf) @register_method("{'signup': 'ok', 'user': str}") - def do_SIGNUP(self, bonafide, *parts): + def do_CREATE(self, bonafide, *parts): user, password = parts[2], parts[3] autoconf = False if len(parts) > 4: -- cgit v1.2.3