summaryrefslogtreecommitdiff
path: root/static/js/register.js
diff options
context:
space:
mode:
authortim b <timb@camcompu.home>2010-06-24 23:13:08 -0700
committertim b <timb@camcompu.home>2010-06-24 23:13:08 -0700
commitbb2e003f9f3362fca15272f527a6f87543ec1a21 (patch)
treef52b0d778bdb7546224a947d43225c8e9e43aaf7 /static/js/register.js
parent15f5a8ed8e981486697790fe9613b1c26dceda42 (diff)
add fav to permalinks, link to conextual domain for local testing, longer fadeout on fav, cleanup some html
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') {