CityOfDetroit / bloom

component-based web framework for affordable housing management
Apache License 2.0
16 stars 1 forks source link

Password Matching Validation Not Working on Reset #1651

Open ColinBuyck opened 11 months ago

ColinBuyck commented 11 months ago

When resetting your passwords on public and partners, the matching password validation is not working. Currently, it just sets it to the first entered password whether they are matching or not. Ideally, the form submission should fail until the two passwords match.