Is there a way to register users without approving them automatically, instead allowing them to be approved manually by an admin later? So far the best idea we have is having the form assign a role of "Unapproved" and then having the admin change the role when they are ready, but we were wondering if there is a way to make it a one click process.
EDIT: Not sure if this should be in this forum or the Front End Submit forum. IF it needs to be moved, let me know.
Then as part of the approval process, the admin changes the role to "Approved" which has the capabilities we want, then we use another plugin to fire off the account activation and all of that stuff.