# # # patch "www/common.js" # from [dbeda27362653d526cfd747a4f344bd8358a0240] # to [836df586eb2c62304514dc2d0fe77d5b0e4475ac] # # patch "www/login.php" # from [a6cdf2e23a4bb9869a8dcf38988f0b491e45b6df] # to [dd897a20596adc302dc6e5fdadc0dc0a71744374] # ============================================================ --- www/common.js dbeda27362653d526cfd747a4f344bd8358a0240 +++ www/common.js 836df586eb2c62304514dc2d0fe77d5b0e4475ac @@ -61,7 +61,7 @@ setstatus = function() { setstatus = function() { var x = {}; - x.class = "jslink"; + x["class"] = "jslink"; x.onclick = "clearstatus();"; x.style = "float: right;"; replaceChildNodes("status", SPAN(x, "[X]"), arguments); ============================================================ --- www/login.php a6cdf2e23a4bb9869a8dcf38988f0b491e45b6df +++ www/login.php dd897a20596adc302dc6e5fdadc0dc0a71744374 @@ -54,7 +54,7 @@ Password:
Password:
-Token:
+Token (from email):

@@ -98,7 +98,7 @@ if($_REQUEST['logout']) { "Please go to " . $base_url . "login.php?activate=activate and enter these values."; $mailok = mail($_REQUEST["mail"], "Account at " . $hostname, $mailbody,"From: " . $site_owner_email); if ($mailok) { - $res = "Added user $username."; + $res = "Added user $username. You should get an email with an activation token in a couple minutes."; $validuser = true; } else { $db->RollbackTrans();