12 lines
629 B
Go Template
12 lines
629 B
Go Template
Register with the following form values:
|
|
|
|
username string
|
|
newPassword string
|
|
confirmPassword string
|
|
|
|
All must be provided, username must be unique, newPassword and confirmPassword must be identical.
|
|
|
|
It's worth considering that having two password form parameters isn't very helpful on the command line, it's only really useful to the browser.
|
|
Therefore, it might be a good idea to have Javascript check these two fields are identical, and submit, rather than having this
|
|
checked by the server. Meaning only one password field needs to be submitted to the server. That does block non-Javascript browsers tho :^P
|