Support web removal of users
commit3baaa399714f45fc88e2b785a958d190cfeff797
authorKyle J. McKay <mackyle@gmail.com>
Sun, 7 Jul 2013 17:31:20 +0000 (7 10:31 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 8 Jul 2013 09:55:38 +0000 (8 02:55 -0700)
treea3a7c86e2c15a6e9048acea683c3623a27b96494
parent78a1ea079e16f0df5dbe51b9336ca7030cff1a6c
Support web removal of users

A confirmation code is sent similarly to editing a user, but
it is distinct so that the edit user code may not be interchanged
with the remove user code and vice versa.

After entering the correct code, the user is asked to confirm
with an additional button click after being shown the list
of projects, if any, the user will be removed from.
Girocco/Project.pm
Girocco/User.pm
cgi/delproj.cgi
cgi/deluser.cgi [new file with mode: 0755]
cgi/editproj.cgi
cgi/edituser.cgi
html/girocco.css
taskd/clone.sh