It should be ok to just delete the user from the database. given the
user id, you may also want to delete

db(db.auth_group.role=='user_%s'%id).delete()
db(db.auth_membership.user_id==id).delete()

On Jul 18, 11:42 pm, Jason Brower <encomp...@gmail.com> wrote:
> What is the proper way to remove a user with the Auth method?  I could
> just delete them from the database.  But I don't know about all the
> connection they may have.  Is there something built in to auth for this?
> Perhaps it should be part of their edit profile page?
> Best Regards,
> Jason
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to