Thank you, just or someone else, the correct setting is auth.settings.register_onaccept=lambda form: mail.send(...)
David On 13 čnc, 17:26, mdipierro <[email protected]> wrote: > auth.settings.registration_onaccept=lambda form: mail.send(.....) > > On 13 Lug, 07:53, David Marko <[email protected]> wrote: > > > > > Hello, > > in my app I would like to use registration, that will require admin > > approval. > > ( auth.settings.registration_requires_approval = True ). Is there a > > way, how to get information( e.g. by email message) that someone did > > registration and is waiting on my admin approval? > > > Thanks your for you info, > > David

