aboutsummaryrefslogtreecommitdiffstats
path: root/templates/new_user.html
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-07-31 18:22:42 +0200
committerHarald Eilertsen <haraldei@anduin.net>2018-07-31 18:22:42 +0200
commitd52ebade909350f7bf81d91ea158371b4ef62d46 (patch)
treeed14a8aaef4f7b0657dd1cd5baa0f9bd39b16b1d /templates/new_user.html
parentc31ea9a8907dff87666566251dab3966756c1d9a (diff)
downloadrocket-blog-d52ebade909350f7bf81d91ea158371b4ef62d46.tar.gz
rocket-blog-d52ebade909350f7bf81d91ea158371b4ef62d46.tar.bz2
rocket-blog-d52ebade909350f7bf81d91ea158371b4ef62d46.zip
Validate password confirmation on create user.
Diffstat (limited to 'templates/new_user.html')
-rw-r--r--templates/new_user.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/new_user.html b/templates/new_user.html
index c64d9ad..e1ffbe1 100644
--- a/templates/new_user.html
+++ b/templates/new_user.html
@@ -22,7 +22,7 @@
<div class="field">
<label>Confirm password:</label>
- <input type="text" name="email" value="">
+ <input type="text" name="password_confirm" value="">
</div>
<div class="actions">