Hi,
I've set up a "customer registration" system for a client where the customer registers using a PHP form, and is then entered into the mySQL database but as an "unapproved" user. We set this up because of the usual problems of auto-registration, and wanted the client to be able to vet new users and decide whether or not they were genuine, or spammers / timewasters (based on the form inputs, which include questions such as "Why do you want to join?")
All well and good, but the client has decided that he doesn't want to have to log in to his Admin area and review the unapproved users (a process which itself is quite simple- "Approve" changes Status from 0 to 1 and the user can then log in - a notification email is also fired off. "Delete" just removes the record).
What he wants to be able to do is when the notification email comes in that says "Someone has applied to become a registered customer..." etc. etc. with the details copied in from the form inputs, he just has to click a button in the email (either Approve or Delete, probably- depending) and somehow the database will be updated.
I have no idea how or even if this can be done. In fact in my opinion even if it can be done, sending the ability to directly update the database to his AOL mail is asking for trouble- but this is what he wants- one click and the user is either approved or deleted. No logging in, no using the Admin system.
Anyone got any ideas about this? Is it possible? Is it workable?
Thanks!