scanner / as_email_service

A Django app and smtp relay service for working with 3rd party email services and asimap
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

On EmailAccount set_password modal have error color on second field only when it does not match first field #98

Open scanner opened 11 months ago

scanner commented 11 months ago

Right now we are using the password strength algorithm on both password fields.

We should have the algorithm only worry about the first field, and the second field should only warn if it is different than the first field.