bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 16 Sep 2011 12:48:26 +0200
changeset 7800 ea496a3ed703
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[user management] users and groups management now really lead to that (closes #1931478) ie, one tab for users, another for groups. By default the groups tab simply list existing groups (with the number of users they count), and propose to create a new group.

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])