We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52bde02 commit d3c0d8cCopy full SHA for d3c0d8c
web/templates/admin/add_user.html
@@ -27,7 +27,7 @@
27
</tr>
28
</table>
29
30
- <form id="vstobjects" name="v-add-user" method="post">
+ <form id="vstobjects" name="v_add_user" method="post">
31
<script type="text/javascript">
32
function randomString() {
33
var chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";
@@ -37,7 +37,7 @@
37
var rnum = Math.floor(Math.random() * chars.length);
38
randomstring += chars.substring(rnum,rnum+1);
39
}
40
- document.v-add-user.v_password.value = randomstring;
+ document.v_add_user.v_password.value = randomstring;
41
42
</script>
43
0 commit comments