Register / sign up flow: Is it possible to have admin accept pending registrations?
Thanks in advance! I'd like to achieve the following flow - User lands to login page, options Register/Sign up and Login - User signs up - preferably using their socials eg. Github, G suite - By this, user is left waiting approval of their registration - Admin gets notification (via email/other) of awaiting registration - User gets notification (via email) when they are accepted
I presume if there isn't a "built-in" flow for this, I could achieve the same flow with doing some RBAC in my webapp. Like, assign new, self-enrolled users a "lobby" role, which lets them to access a lobby in my webapp. Then make the admin move their role to "member" and notify them via email.