diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-07-31 18:22:42 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-07-31 18:22:42 +0200 |
commit | d52ebade909350f7bf81d91ea158371b4ef62d46 (patch) | |
tree | ed14a8aaef4f7b0657dd1cd5baa0f9bd39b16b1d /templates | |
parent | c31ea9a8907dff87666566251dab3966756c1d9a (diff) | |
download | rocket-blog-d52ebade909350f7bf81d91ea158371b4ef62d46.tar.gz rocket-blog-d52ebade909350f7bf81d91ea158371b4ef62d46.tar.bz2 rocket-blog-d52ebade909350f7bf81d91ea158371b4ef62d46.zip |
Validate password confirmation on create user.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/new_user.html | 2 |
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"> |