root/vendor/acts_as_authenticated/generators/authenticated/templates/fixtures.yml

Revision 2, 0.7 kB (checked in by falcon, 17 years ago)

added plugins

  • Property svn:executable set to *
Line 
1quentin:
2  id: 1
3  login: quentin
4  email: quentin@example.com
5  salt: 7e3041ebc2fc05a40c60028e2c4901a81035d3cd
6  crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test
7  #crypted_password: "ce2/iFrNtQ8=\n" # quentin, use only if you're using 2-way encryption
8  created_at: <%%= 5.days.ago.to_s :db %>
9  # activated_at: <%%= 5.days.ago.to_s :db %> # only if you're activating new signups
10aaron:
11  id: 2
12  login: aaron
13  email: aaron@example.com
14  salt: 7e3041ebc2fc05a40c60028e2c4901a81035d3cd
15  crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test
16  # activation_code: aaronscode # only if you're activating new signups
17  created_at: <%%= 1.days.ago.to_s :db %>
Note: See TracBrowser for help on using the browser.