fix register
This commit is contained in:
parent
5c965eb61d
commit
abc294dcc1
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
<form method="post" action="/auth/action/register">
|
<form method="post" action="/auth/action/register">
|
||||||
<label for="username">Username</label>
|
<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>
|
<br>
|
||||||
<label for="password">Confirm password</label>
|
<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>
|
<br>
|
||||||
<input type="submit" value="Register">
|
<input type="submit" value="Register">
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue