summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/cli/user.py
AgeCommit message (Collapse)Author
2016-10-04[bug] fix typ0 in method namedrebs
2016-10-04[feature] handle invite codesKali Kaneko (leap communications)
In the command line, --invitecode is a new optional parameter to the command "user create". bonafide service handles the invite codes. javascript library should be updated accordingly - Resolves: #7550
2016-10-04[feat] list active usersRuben Pollan
- Resolves: 8488
2016-09-28[feature]Add change password commandRuben Pollan
- Resolves: #8487
2016-09-23[feat] rename bonafide.user.signup into createRuben Pollan
The js was already expecting this name, and the cli was calling it create, but the internal command was 'signup'.
2016-09-07[bug] serialize booleansKali Kaneko (leap communications)
2016-09-07[feat] Add manual provider registrationRuben Pollan
- Resolves: #8400
2016-08-30[pkg] initial migration of bitmask.{core,cli}Kali Kaneko (leap communications)