Right now, signups are created with is_active=False. This is deliberate, as I want to wean users onto the service and see how more users affects resource usage.
So, what I want is a two things:
Send email to me on new user signup (if not sandstorm)
Create a page, available only to admins, that allows me to review new users and approve them.
If a user is approved, it should then send an email letting them knwo.
Right now, signups are created with is_active=False. This is deliberate, as I want to wean users onto the service and see how more users affects resource usage.
So, what I want is a two things:
If a user is approved, it should then send an email letting them knwo.