the web2py version is quite old :) btw, i think it's about how auth.signature work. the auth.signature contain table field is_active with boolean field type, so if user delete the data (not just the auth_membership), it automatically set the is_active into False (F) into the data that you choose to delete. i think you can set it back the value of is_active into True if you want the data of auth_membership to be able to used again.
best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

