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
+2 -4
View File
@@ -1,8 +1,7 @@
<?php
use Backend\Models\GameJam;
require "../bootstrap.php";
require_once('../bootstrap.php');
$gameJam = GameJam::firstOrCreate([
@@ -21,8 +20,7 @@ $gameJam = GameJam::firstOrCreate([
<input type="text" name="groupName" placeholder="Group name">
<input type="number" name="groupAmount" placeholder="Group Amount">
<input type="number" name="gameJamId" placeholder="Game Jam id">
<input type="password" name="password1" placeholder="password">
<input type="password" name="password2" placeholder="password">
<input type="password" name="password" placeholder="password">
<input type="submit" name="regGroup" value="Register">
</form>