Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Front End User Login Plugin (XML Or Database - ver: 3.0)
I tracked the problem down to a simple typeo in username var
located @ Feul.php on line 511.
Code:
$usrfile = strtolower($_POST['usernamec']); // removing the "c" at the end
            $usrfile = strtolower($_POST['username']); // works !
I'm now able to create new users on the web page but not in Admin.
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 roy_b8te - 2012-03-31, 07:19:38



Users browsing this thread: 2 Guest(s)