summaryrefslogtreecommitdiff
path: root/static/js/register.js
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-25 02:21:09 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-06-25 02:21:09 -0400
commitf37c7b937f4a9a0b1ea527f620dbd81b57fd264f (patch)
tree2f67880da8afe689f82333a8c80428c1ce425c7b /static/js/register.js
parent6ab42d3e4480301ed52e7d56dc96c63229016e5c (diff)
parent160ceb3b6881ae1e66b6db99cebc6d75a5d96c32 (diff)
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'static/js/register.js')
-rwxr-xr-xstatic/js/register.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/static/js/register.js b/static/js/register.js
index ebdc095..35fcc8a 100755
--- a/static/js/register.js
+++ b/static/js/register.js
@@ -26,11 +26,6 @@ function submitRegistration() {
return;
}
- if (password.length < 5) {
- alert("Password must be at least 5 characters long.");
- return;
- }
-
var hash = hex_sha1(nick + '$' + password + '$dumpfm');
var onSuccess = function() {
if (typeof pageTracker !== 'undefined') {