forked from fixin.me/fixin.me
Generate a random 12-character alphanumeric password instead of the hardcoded 'admin' (5 chars) which fails Devise's minimum length requirement of 8 characters. The generated password is printed to stdout so the operator knows what to use. Fixes #71