actually, I don't care if the record is deleted or not. ;-) I want to be able to remove memberships and reset them later with the same mechanism (auth.add_membership, auth.del_membership, auth.add_membership). is this considered a bug? or is there a different handling I have to use with auth.signature enabled?
> Am 19.10.2015 um 11:59 schrieb 黄祥 <[email protected]>: > > nope, the recent version (2.12.3) have the same auth.signature that work like > that. > if you realy want to delete the data (not just set the is_active into False > when user delete it from web application), i think you can disable > auth.signature in your table definition, or simply just remove it from > database console. > > best regards, > stifan > > -- > Resources: > - http://web2py.com <http://web2py.com/> > - http://web2py.com/book <http://web2py.com/book> (Documentation) > - http://github.com/web2py/web2py <http://github.com/web2py/web2py> (Source > code) > - https://code.google.com/p/web2py/issues/list > <https://code.google.com/p/web2py/issues/list> (Report Issues) > --- > You received this message because you are subscribed to a topic in the Google > Groups "web2py-users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/web2py/f43Fo2ceir0/unsubscribe > <https://groups.google.com/d/topic/web2py/f43Fo2ceir0/unsubscribe>. > To unsubscribe from this group and all its topics, send an email to > [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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.

