Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Mike Jolley

    (@mikejolley)

    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?

    Thread Starter yerbol05

    (@yerbol05)

    No, didn’t try yet. I will try then.

    Thread Starter yerbol05

    (@yerbol05)

    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.

    Thread Starter yerbol05

    (@yerbol05)

    At last I used the TML plugin.

    Plugin Author Mike Jolley

    (@mikejolley)

    TML?

    Theme My Login 😛

    Thread Starter yerbol05

    (@yerbol05)

    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 🙂

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Email verification while registration’ is closed to new replies.