# File lib/hammer_cli_import/user.rb, line 60 def genpw(username) username + '_' + (0...8).collect { ('a'..'z').to_a[rand(26)] }.join end