bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 23 Apr 2014 18:19:37 +0200
changeset 9722 c0ae36be84ee
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[services] register_user now returns the new CWUser Closes #3804444

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