mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Previously you'd get a server side generic error due to a password check failing. Now the input element has a maxlength attribute and the server side will respond with a nicer error message if the value is too long.