-
-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3693,7 +3693,7 @@ <h1>Artists</h1> | |
<input type="password" id="password" name="password" placeholder="......"> | ||
<label for="password">Confirm Password</label> | ||
<input type="password" id="confirm-password" name="confirm-password" placeholder="......"> | ||
<div class="cf-turnstile" data-sitekey="0x4AAAAAAA4kwOTMEdx48IMm"></div> | ||
<div class="turnstile" data-sitekey="0x4AAAAAAA4kwOTMEdx48IMm"></div> | ||
<input type="submit" value="Register"> | ||
</form> | ||
</div> | ||
|
@@ -3703,15 +3703,15 @@ <h1>Artists</h1> | |
<input type="text" id="email-si" name="email" placeholder="[email protected]"> | ||
<label for="password-si">Password</label> | ||
<input type="password" id="password-si" name="password" placeholder="......"> | ||
<div class="cf-turnstile" data-sitekey="0x4AAAAAAA4kwOTMEdx48IMm"></div> | ||
<div class="turnstile" data-sitekey="0x4AAAAAAA4kwOTMEdx48IMm"></div> | ||
<input type="submit" value="Login"> | ||
</form> | ||
</div> | ||
<div id="forgotpassword"> | ||
<form action="https://synergism.cc/forgot-password" method="POST"> | ||
<label for="email-fp">Email Address</label> | ||
<input type="text" id="email-fp" name="email" placeholder="[email protected]"> | ||
<div class="cf-turnstile" data-sitekey="0x4AAAAAAA4kwOTMEdx48IMm"></div> | ||
<div class="turnstile" data-sitekey="0x4AAAAAAA4kwOTMEdx48IMm"></div> | ||
<p>This can only be once a day!</p> | ||
<input type="submit" value="Send Reset Password Email"> | ||
</form> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters