If you have shell access. Go to your shell
python web2py.py -S yourappname -M >>> db(db.auth_user.email=="[email protected]").delete() >>> db.commit() The user with "[email protected]" is now deleted! If you dont hace shell access, just go to your admi interface, database adminitration and delete from auth_user table. --

