fix bad commit?
authorMark Wells <mark@freeside.biz>
Sun, 26 Apr 2015 20:38:53 +0000 (13:38 -0700)
committerMark Wells <mark@freeside.biz>
Sun, 26 Apr 2015 20:38:53 +0000 (13:38 -0700)
ng_selfservice/process_login.php

index ac03d0f..4212a26 100644 (file)
@@ -4,7 +4,8 @@ require('freeside.class.php');
 $freeside = new FreesideSelfService();
 
 $response = $freeside->login( array(
-+  'email'    => strtolower($_POST['email']),                                     'username' => strtolower($_POST['username']),
+  'email'    => strtolower($_POST['email']),
+  'username' => strtolower($_POST['username']),
   'domain'   => strtolower($_POST['domain']),
   'password' => $_POST['password'],
 ) );