summaryrefslogtreecommitdiff
path: root/sql.py
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-07-28 20:52:03 -0300
committerJesusaves <cpntb1@ymail.com>2022-07-28 20:52:03 -0300
commita262ece13e1bd6e16717d47a12b6a04329c53b6f (patch)
treedaacbdc582ac50c97c3e2b937e99ce0b6fe4fec9 /sql.py
parentd888ce354d52c1dcb8963646bf528e4aee560c0c (diff)
downloadserver-a262ece13e1bd6e16717d47a12b6a04329c53b6f.tar.gz
server-a262ece13e1bd6e16717d47a12b6a04329c53b6f.tar.bz2
server-a262ece13e1bd6e16717d47a12b6a04329c53b6f.tar.xz
server-a262ece13e1bd6e16717d47a12b6a04329c53b6f.zip
Version bump (registration protocol modified)
Diffstat (limited to 'sql.py')
-rw-r--r--sql.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql.py b/sql.py
index f6bd6da..ac1b50a 100644
--- a/sql.py
+++ b/sql.py
@@ -263,7 +263,7 @@ def clobber_email(userid, oldmail, newmail):
def add_player(xmail):
- # TODO: Generate password using the whole alphabet.
+ # TODO: Handle possible collisions
# The original string have 32 letters and we're using only 12
# Since 28-07-2022 we're using 16 letters from all alphabet
passwd=utils.create_password(16)