Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Front End User Login Plugin (XML Or Database - ver: 3.0)
Hi mikeh,
i think that there is a little bug in: function user_login_register().

line +-724:
Code:
if($addUser == true)
                {

                    $Feul->checkLogin(true, $_POST['email'], $_POST['password']);
...

these line i think must to be: $Feul->checkLogin(true, $_POST['username'], $_POST['password']);


Regards.
Reply


Messages In This Thread
Example site down, having issues - by Rich_K - 2012-11-14, 07:36:37
login box won't display - by horstuff - 2015-11-20, 04:57:25
Front End User Login Plugin (XML Or Database - ver: 3.0) - by cumbe - 2012-04-15, 02:16:52



Users browsing this thread: 1 Guest(s)