We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 42387
    • 10 Posts
    Great, thanks man.

    Just one question:
    I'm little confused about auto login. When user click on link in email, should it be automatically logged in?
    In my case, after email click, website is opened at authorization page and user must type user/pass to login?

    Anyway, great plugin...
      • 40024
      • 72 Posts
      Without auto login, after the user activates his account by typing his username,password, and activation code, he will have to type his username and password again in order to log in the site.

      The activation link is just a link that takes you to the activation page, it doesn't
      pre-populate the user's username and password. Although that would be a nice addition to the plugin as well smiley

      I hope i didn't confuse you more tongue
        • 42387
        • 10 Posts
        Still confused smiley

        What I need:
        1. User fills websignup form
        2. User get email with username / password / activation code AND link to activate account

        Now he can choose to use:
        - link in email to activate account or
        - use activation code.

        3. If user doesn't click on LINK in email, he can't login if activation code isn't typed manually
        4. If user click on link in email, he can login using user/password combination (activation code isn't necessary)

        Now, in my case,
        if $print_activation_code is FALSE, user MUST type activation code (even if he clicked on link in email), so, link in email is unusable (but at least user email is authenticated)
        if $print_activation_code is TRUE, the activation code is already filled with code after filling signup form, so, user can login without even opening email (user email isn't verified)

        I need solution to check if users email is correct (without using webloginpe), but without forcing users to copy&paste activation code.

        It's easy:
        fill signup form - open email - click on link - fill user/pass manually
        or fill signup form - open email - copy activation code - fill user/pass - paste activation code

        Did I misunderstood something?


          • 40024
          • 72 Posts
          So, what you wanted in the first place was an activation link that if clicked on, it would activate the user's account, correct? Unfortunately, right now the plugin doesn't support this. The only way for a web user's email to be verified is to make him use the activation code.
            • 4041
            • 788 Posts
            For those interested, I attached a new version of this plugin to the first post in this thread.

            Only change is I added the auto-verify / auto-login upon following the activation link feature which was requested many moons ago smiley
              xforum
              http://frsbuilders.net (under construction) forum for evolution
              • 42387
              • 10 Posts
              Done moths ago (different approach) on http://www.webmarket.rs, but thanks anyway...Will help someone...
                • 40024
                • 72 Posts
                Hi, i noticed that the user is not logged in automatically with the auto_verify functionality set to true, only upon successfully submiting the activation form manually.
                Am i doing something wrong?Or is it still in the to-do list?

                Good job as always by the way smiley