TomenetGame / tomenet

TomeNET is an online multiplayer roguelike role-playing game
https://www.tomenet.eu/
Other
69 stars 11 forks source link

Password change #24

Closed Tokariew closed 2 years ago

Tokariew commented 2 years ago

Currently it is possible to use Account Settings to change password and leave it blank. When logging out in that situation server will respond with: "You must enter a password too!" But it is no longer possible.

We should prevent that situation…

CBlueGH commented 2 years ago

Fixed. PASSWORD_MINLEN 6 now enforces minimum length for new passwords. Existing accounts are not affected so they can still log on even if their password is (hopefully not --) shorter.