I'm looking to use a single passcode string, rather than the email/pass combo that most sites are using to authenticate users. I know if they lose their passcode (unless there are forget questions) that the account will become inactive, but I want the site to be completely anonymous and I don't want to store any data in the db that can link back to an actual person.
That said, can you share any methods (or point to current examples) on how to randomly generate English words with numbers to create a passcode (similar to say: taco_eat3R, nacho_P0tatoes, etc...)?