Skip to content

Commit

Permalink
Merge pull request #5007 from wood-chris/master
Browse files Browse the repository at this point in the history
Fix for #5002
  • Loading branch information
amercader committed Oct 1, 2019
2 parents dfad5d9 + 01ce2d5 commit 85ed9a9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ckan/lib/cli.py
Expand Up @@ -689,8 +689,10 @@ class Sysadmin(CkanCommand):
(prompts for password and email if not
supplied).
Field can be: apikey
password
email
fullname
name (this will be the username)
password
sysadmin remove USERNAME - removes user from sysadmins
'''

Expand Down Expand Up @@ -776,8 +778,10 @@ class UserCmd(CkanCommand):
- add a user (prompts for email and
password if not supplied).
Field can be: apikey
password
email
fullname
name (this will be the username)
password
user setpass USERNAME - set user password (prompts)
user remove USERNAME - removes user from users
user search QUERY - searches for a user name
Expand Down

0 comments on commit 85ed9a9

Please sign in to comment.