ChrisCarleton / DiveLog

An online scuba diving log book
https://www.bottomtime.ca/
Apache License 2.0
2 stars 1 forks source link

Implement a single source of truth for the password strength Regex. #46

Closed ChrisCarleton closed 7 years ago

ChrisCarleton commented 7 years ago

This stupid regex is copy/pasted all over the app. Put it in one location and import it.

ChrisCarleton commented 7 years ago

Done