fix register

This commit is contained in:
Minecon724 2024-09-15 10:07:31 +02:00
parent 5c965eb61d
commit abc294dcc1
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -7,10 +7,10 @@
<form method="post" action="/auth/action/register">
<label for="username">Username</label>
<input type="text" id="username" name="username" disabled value="{username}">
<input type="text" id="username" name="username" value="{username}" title="Go back to change" readonly>
<br>
<label for="password">Confirm password</label>
<input type="password" id="password" name="password">
<input type="password" id="password" name="password" title="Copy the password you submitted in the last step">
<br>
<input type="submit" value="Register">
</form>