It would be a security hazard to allow a user to delete himself and
all records referencing to the user.
Moreover it can be clicked accidentally.

I think is is better if you create your own action for that. Anyway,
instead of

auth.profile()

you can do

crud.update(db.auth_user,auth.user.id)


On Feb 16, 10:55 am, Michele Comitini <[email protected]>
wrote:
> Hi all!
>
> I do not see a way to show the delete checkbox on the Auth.profile()
> SQLFORM without modifying tools.py.
> Am I missing something?
>
> tnx
>
> mic

Reply via email to