Does bugzilla.mozilla.org’s "new" password requirements make sense for that type of account/service?

I just tried to add some details to a bug I have reported at bugzilla.mozilla.org (BMO) but wasn’t let in because my password had been nullified. Now they want me to create a new password meeting certain requirements, listed here

https://… Continue reading Does bugzilla.mozilla.org’s "new" password requirements make sense for that type of account/service?

Is it possible to email a user a randomly generated password while still storing it securely?

NOTE: I am aware that many similar questions exist on the topic of storing passwords, however, I am posting this because I believe it is different enough from existing password storage questions because this particular servic… Continue reading Is it possible to email a user a randomly generated password while still storing it securely?

What considerations do I need to keep in mind when enforcing passphrases?

According to XKCD: Password Strength, if the password consists of “four random common words”, it will be secure and memorable.

I want to make a web application and make users create their passwords in this way. Each passwo… Continue reading What considerations do I need to keep in mind when enforcing passphrases?