auth.settings.registration_onaccept=lambda form: mail.send(.....)
On 13 Lug, 07:53, David Marko <dma...@tiscali.cz> 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