Hi
Is it possible to make webloginpe send an email to the administrator notifying them that a new user has registered?
Jonas
Perfect. Just what I was looking for. Thank you so much.
One more question: Is it possible to require a user to be authorized by the admin before his user is activated? If you use the ’verify’ method it only verifies their email...
Hmm.. you might have got me there.
I have to do something pretty similar quite soon and I was assuming that I would have to create a new database field, called say "active", and have that default to "0" or "no" on registration. Then it would be up to the Admin, after he/she received the registration notification email, to go in and activate the new user. This could be done by adding "Active?: yes/no" radio buttons into a custom version of $wlpeUsersTpl (using WLPE in a manager page with &type=manage and &usersList).
I haven’t yet investigated how far I can do this using standard WLPE params and what will require tweaking of the snippet code.
Anyone else able to offer a neat description of how to do this?
Cheers,
G