sbraford / sexy-temp-passwords

Ruby on Rails plugin that generates sexy passwords like 'alexis2935'

This URL has Read+Write access

sexy-temp-passwords / README
100644 34 lines (20 sloc) 0.909 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
SexyTempPasswords
=================
 
Installation (via git submodules):
  
  git submodule add git@github.com:sbraford/sexy-temp-passwords.git vendor/plugins/sexy_temp_passwords
 
Installation (direct):
 
  ./script/plugin install git@github.com:sbraford/sexy-temp-passwords.git
 
For updates and/or any troubleshooting help:
  http://shanti.railsblog.com -- shantibraford {at} gmail
 
Usage
=====
 
SexyTempPassword.generate # => 'foobar6923'
 
Inspiration
===========
 
When Flickr was first starting out, when you invited a friend, it would automatically create a dummy "placeholder" account for them.
 
They even provided a "sexy" password to your friend, not unlike the kind this plugin generates. It was a small but nice extra touch.
 
Credits
=======
 
This page for the dictionary file:
http://www.outpost9.com/files/WordLists.html
 
Copyright (c) 2007-2009 Shanti A. Braford, released under the MIT license