citizenlabsgr / adopt-a-drain

Deploy an Adopt-a-Drain program for the Grand River watershed.
https://lgrow-staging.herokuapp.com
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Remove frontend password validation #245

Closed jacebrowning closed 4 years ago

jacebrowning commented 5 years ago

This code was preventing signup with passwords greater than 20 characters. This is unnecessary as Rails is already taking care of validation and generating appropriate error messages for the frontend.