From: Krzysztof B. <kb...@un...> - 2020-03-10 19:33:55
|
Hi, W dniu 09.03.2020 o 18:13, D Baum pisze: > Hi, > > I'm trying to configure a registration form so that our users can sign > up on unity. I need confirmed emails for the users and an approval > process where every user is checked by an admin and enabled. > > This seems to work well in unity so far - but I'd like to notify the > admins of a new registration only when the user has verified their email > address (and not immediately on registration). This is to prevent admins > from accidentally enabling accounts with unverified (possibly fake) > email addresses. > > Is that possible somehow? I'm afraid not. It is only possible to auto-process request after email confirmation. Having notification would need to be implemented. I think, this should be possible using groovy events handler, but that would be a very involving work. Best, Krzysztof |