davidfowl / TodoApi

Todo application with ASP.NET Core Blazor WASM, Minimal APIs and Authentication
MIT License
2.79k stars 419 forks source link

Explicit Password Requirements #42

Closed NielsPilgaard closed 1 year ago

NielsPilgaard commented 1 year ago

In an effort to make password regex validation less likely to fail in the future, I've made the password requirements explicit.

There are no functional changes here, the values are all the same as the default.

Feel free to close this if you think it's redundant... It kind of is 😄

davidfowl commented 1 year ago

Yea, I'm not loving this change. Maybe this could just be a comment.

NielsPilgaard commented 1 year ago

No worries, let's just close it 👍