OpenACalendar / OpenACalendar-Web-Core

OpenACalendar Web Site - Core System
Other
16 stars 11 forks source link

Don't let users use their email or first bit of email as a password #724

Open jarofgreen opened 7 years ago

jarofgreen commented 7 years ago

https://blog.codinghorror.com/password-rules-are-bullshit/

jarofgreen commented 7 years ago

See https://github.com/OpenACalendar/OpenACalendar-Web-Core/blob/master/core/php/index/controllers/UserController.php - register function.

Would be good if it could be a new function on the user class, then it could have some tests against it.