# HG changeset patch # User Matti Hamalainen # Date 1382117455 -10800 # Node ID 2169c3177f4718a4a6c9ef9ccb70a9e30789b18b # Parent 0f00192e64af096cc95d16cd38b1c2280a39e519 Limit the vote key character space even more. diff -r 0f00192e64af -r 2169c3177f47 msite.inc.php --- a/msite.inc.php Fri Oct 18 20:30:37 2013 +0300 +++ b/msite.inc.php Fri Oct 18 20:30:55 2013 +0300 @@ -468,7 +468,7 @@ function stGenerateUserKey() { global $db; - $keyChars = "abcdefghjkmnpqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789"; + $keyChars = "abdefghjkmnpqrstwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789"; while (TRUE) {