Login fix
This commit is contained in:
@@ -16,7 +16,7 @@ $errors = array();
|
||||
if(isset($_POST['regGroup'])){
|
||||
|
||||
|
||||
if(passwordValidate($pass = $_POST['password1'], $_POST['password2'])){
|
||||
if(passwordValidate($pass = $_POST['password'])){
|
||||
$group = new Group();
|
||||
|
||||
$group->gameJam()->associate(GameJam::find($_POST['gameJamId']));
|
||||
|
||||
Reference in New Issue
Block a user