bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Mon, 25 May 2009 12:18:17 +0200
changeset 1910 864aa3ea0db5
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[server] refactor server.utils.manager_userpasswd - remove passwd parameter which was never used - make the function usable when we have a login and want the user to enter a new password, with confirmation

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