I’ve not tried them all, but I just took a look at https://ww.wp.xz.cn/plugins/user-activation-email/ and it seems to use standard hooks. Job Manager uses core WordPress functions for registering users so those plugins might work there without modification.
Have you tested them?
No, didn’t try yet. I will try then.
Hi, tried the user-activation-email today. It send activation link inside email like this:
http://my-domain/login-2/?uae-key=jnbrP6Msf6
but after clicking, it is not working, not activating user.
Possibly because of my other settings (I am using Theme my login plugin and hide my WP plugins).
Seems default link was like
http://my-domain/wp-login?uae-key=jnbrP6Msf6
One more thing, after registration, new user can work in the site without activation until he logs out once.
The TML features also not working, as I am using [jobify_register_form], and it has its own registration.
I will try more plugins later.
At last I used the TML plugin.
Yeah, Theme My Plugin.
But I had to use [theme-my-plugin] shortcode everywhere, in login, reg, log out and etc.
Also, I have merged the employers and candidates – to subscribers. And gave them adiblity to see the resumes.
Its just I dont want users to register twise. Also I am not planning to make paid serivices.
I dont know any other CONS, please point me if you know)
You can follow instructions from this issue on one of my plugins.
https://github.com/tripflex/wp-job-manager-registration-use-email/issues/4
I’ll try and finish the wp login flow plugin soon but for now it is functional if you use the piklist branch (must install piklist plugin).
I need to finish removing Piklist and then i’ll push it to WP repo. Basically the plugin uses the internal WP forgot password form as an activation method. It emails the user they get a link with code go to site and set their password, exactly the same as wp core lost password but for activation, even when you need to send another activation link, you just use the default WP lost password form 🙂