[web2py] Re: Inform user of registration approval

2011-02-09 Thread bluemoth
I forgot to thank you in my first post. I expected you to be the one who would answer. I don't know how you answer all these questions. Thanks very much. Yes, I had assumed there was no callback for a record change given I couldn't find anything. I had assumed the way to do it is to create a contr

[web2py] Re: Inform user of registration approval

2011-02-09 Thread Massimo Di Pierro
The process of approval consists of editing the auth_user record. If you do it via appadmin there is no way. If you create your own action to approve a record you could send an email. You still have to code it but it a few lines. On Feb 8, 6:44 pm, bluemoth wrote: > Hi all, > > Is there a way to