Hi nims,
when a person clicks on activation link in the mail, he should get a message saying
I think this assumes the person gets an email. What if the person already has an account? In my installation, for example, I have people login with a SSO system, so new accounts are created automatically and consequently they don’t get a verification email for their address. With that in mind, my users do not see the confirmation message you described.
Is this email standard WordPress functionality or part of a different plugin?
Also, once admin approves the site, user should get an email telling that your site is active now.
I created a seperate small plugin (if you can even call it a plugin!) to send an email like this. Basically I just created a function that sends an email and applies it to the activate_blog action.
It could be a nice feature to have built-in, but it can be separate.
Ian