Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Notification on new applicants
Hi, I installed Vanilla 2.0.16 yesterday. New users should be approved by the admin. As in the former versions, I don't get a notification, when a new user registers. Can I change this? Can I delegate the confirmation of new users to a moderator? I set the permissions but he can't do so.
Tagged:
5
Comments
EDITED: sorry @cdavid is correct, I had forgotten that WordPress is doing the registration for me via Vanilla SSO ProxyConnect and so it WordPress that is notifying me NOT Vanilla. But I seem to remember that some notification was happening when I was only using password authentication. It certainly gets into Recent Activity, so could be a notification via an RSS feed and Growl etc.
/cd
There was an error rendering this rich post.
Now I'm trying to figure out an alternate way to let everyone know they were appoved. Any ideas? Can I send a bulk email to all new users?
Open
applications/dashboard/controllers/class.entrycontroller.php
Line 791 put
mail('your@email.com', 'titel', 'message');
So it send you email each time that sombody register put the admin email.. So its hard bad codded but runnig for me :-)
My existing line looks like this..
$this->View = "RegisterThanks"; // Tell the user their application will be reviewed by an administrator.
How do i work this line in without breaking it? cheers