If you have shell access.

Go to your shell

python web2py.py -S yourappname -M

>>> db(db.auth_user.email=="some...@domain.com").delete()
>>> db.commit()

The user with "some...@domain.com" is now deleted!

If you dont hace shell access, just go to your admi  interface, database
adminitration and delete from auth_user table.

-- 



Reply via email to