openml / openml.org

New OpenML website
https://new.openml.org
BSD 3-Clause "New" or "Revised" License
25 stars 18 forks source link

Fixed password character on Signup. #330

Closed kapkic closed 4 months ago

kapkic commented 6 months ago

On the signup page, the UI prompts for a minimum of 8 characters, but the code checks for 6 characters. This commit changes 6 character check to 8 to maintain consistency with UI.