ctm / mb2-doc

Mb2, poker software
https://devctm.com
7 stars 2 forks source link

Remove legacy password code and db column #1343

Closed ctm closed 3 months ago

ctm commented 4 months ago

Remove all the backward compatibility code I introduced a couple years ago when mb2 started hashing the password twice (#843).

Additionally, remove the players hash column from the database since it would no longer be accessed.

This should be done before disallowing Zalgoed usernames (#1342), just so I don't have to add any Zalgo code to obsolete codepaths.

ctm commented 3 months ago

Deploying now.