mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-10 22:08:45 +00:00
remove unusable signup feature
This commit is contained in:
parent
1c3cb0f358
commit
6b3240dd9a
4 changed files with 0 additions and 169 deletions
|
@ -13,41 +13,6 @@
|
|||
<button type="submit"> Signin </button>
|
||||
</form>
|
||||
|
||||
<details>
|
||||
<summary>Sign up</summary>
|
||||
<p>
|
||||
<form class="signup-form" action="/signup" method="post">
|
||||
Enter the domain name of your instance to continue
|
||||
<br/>
|
||||
<input type="text" name="instanceup" placeholder="example.com" required>
|
||||
<br/>
|
||||
Enter the reason why you want register
|
||||
<br/>
|
||||
<textarea type="text" name="reason" cols="80" rows="3" required></textarea>
|
||||
<br/>
|
||||
The desired username for the account
|
||||
<br/>
|
||||
<input type="text" name="username" placeholder="exampleusernick" required>
|
||||
<br/>
|
||||
The email address to be used for login
|
||||
<br/>
|
||||
<input type="text" name="email" placeholder="example@example.com" required>
|
||||
<br/>
|
||||
The password to be used for login (Please use strong password!)
|
||||
<br/>
|
||||
<input type="password" name="password" required>
|
||||
<br/>
|
||||
You agrees to the terms, conditions, and policies of the instance
|
||||
<br/>
|
||||
<input type="checkbox" value="true" name="agreement" required>
|
||||
<input type="hidden" name="locale" value="en">
|
||||
<br/>
|
||||
<button type="submit"> Signup </button>
|
||||
</form>
|
||||
|
||||
</p>
|
||||
</details>
|
||||
|
||||
<p>
|
||||
See
|
||||
<a href="https://git.freesoftwareextremist.com/bloat" target="_blank">git.freesoftwareextremist.com/bloat</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue