Skip to content

Commit

Permalink
Don't accidentally prompt people to make a second account
Browse files Browse the repository at this point in the history
  • Loading branch information
silasary committed Jan 21, 2024
1 parent 7404262 commit 57d3d14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gatherling/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ function prompt_link_account($user)

<form action="register.php" method="post">
<table class="form" align="center" style="border-width: 0px" cellpadding="3">
<tr>
<td colspan="2">If you already have a Gatherling account, please <a href="login.php?target=auth.php">Log In</a> in with your password, and link via Player Settings.</td>
</tr>
<tr>
<th>Username</th>
<td><input id="username" class="inputbox" type="text" name="username" value="" tabindex="1"></td>
Expand Down

0 comments on commit 57d3d14

Please sign in to comment.