Thanks for your advice Anthony. I really appreciate the web2py-community
for it's quick and kind support!
--
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)
---
Note, you can do:
auth.settings.profile_onaccept = myfunction
or
auth.profile(onaccept=myfunction)
or
if user_form.accepted:
Anthony
On Monday, September 30, 2013 5:09:29 PM UTC-4, Niphlod wrote:
>
> auth.profile() calls accepts() by itself, you can't re-process() it.
> see the signature of
Thanks Niphlod,
that helped me a lot.
Am Montag, 30. September 2013 23:09:29 UTC+2 schrieb Niphlod:
>
> auth.profile() calls accepts() by itself, you can't re-process() it.
> see the signature of auth.profile for further methods (i.e. you could use
> onvalidation) or make your own form.
>
> On
auth.profile() calls accepts() by itself, you can't re-process() it.
see the signature of auth.profile for further methods (i.e. you could use
onvalidation) or make your own form.
On Monday, September 30, 2013 10:28:08 PM UTC+2, Andreas Wienes wrote:
>
> I want to execute some code, after updatin
4 matches
Mail list logo