Login fix

This commit is contained in:
2021-03-12 11:10:14 +01:00
parent a31ed44bdd
commit c6e002d464
12 changed files with 43 additions and 35 deletions
+1 -1
View File
@@ -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']));