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">
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue