+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: No autologin after registration

  1. #1
    Senior Member
    Join Date
    May 2015
    Posts
    156

    Unhappy No autologin after registration

    When "Account login method" is set to email, user is not logged in after registration is completed (no email or administrator confirmation needed)
    As soon as I change "Account login method" to username, when the user fills in registration form and clicks submit user is automatically logged in.

    How can this be fixed?

  2. #2
    Hello,

    It is working properly,
    Please go to Admin Panel >> Account types find account type and click edit icon then find group Settings and:
    uncheck: Account confirmation by e-mail
    uncheck: Account activation by Administrator
    check: Auto login of users after registration

    save and try to register again.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Senior Member
    Join Date
    May 2015
    Posts
    156
    This is my current setting. As soon as I enable "Account login method" to email user is not automatically logged in
    Last edited by Client_uk; September 2, 2015 at 09:09 AM.

  4. #4
    Very strange. May be something wrong with your code? I don't know exactly. If you want you can create a ticket and we will solve it there.
    Viktor,
    Flynax technical department,
    Best wishes.

  5. #5
    Senior Member
    Join Date
    May 2015
    Posts
    156
    Yes please. I have downloaded fresh source, still the same issue

  6. #6
    Hello,

    It is impossible How can I check it. Because on demo it is working properly.
    Viktor,
    Flynax technical department,
    Best wishes.

  7. #7
    Senior Member
    Join Date
    May 2015
    Posts
    156
    Viktor,

    I sent you details in the PM

  8. #8
    victor

    I had the same problem, auto login after registration dose not work if the selected login method is email.

    I got it fixed by Alex.

  9. #9
    Senior Member
    Join Date
    May 2015
    Posts
    156
    Great. May we all know what has been fixed? Exact lines, files?

  10. #10
    Hello all,

    I found this bug. If anybody want you can change it yourself through ftp.
    Open file: ftp://includes>>controllers>>registration.inc.php find line in end of file:

    PHP Code:
    Only registered members can view the code
    and replace to:

    PHP Code:
    Only registered members can view the code
    save and try to register again.
    Viktor,
    Flynax technical department,
    Best wishes.

+ Reply to Thread