Pronounceable Password Generator
Here’s a neat little snippet of Ruby code for generating pronounceable passwords.
http://github.com/mysmallidea/Pronounceable-Password-Generator/
Just call PasswordGenerator.generate_password! and you’ll get a nice password like “drawcansir-60-lungi”
Of course, you should remind people to change their generated password, but this is useful for resetting passwords and simplifying a signup process.
You can also seed the generator with your own words - just dump a bunch of interesting words into the ‘lib/words.txt’ file.