users.yml 992 Bytes
johndoe:
  id: 1
  login: johndoe
  email: johndoe@example.com
  salt: 7e3041ebc2fc05a40c60028e2c4901a81035d3cd
  crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test
  #crypted_password: "ce2/iFrNtQ8=\n" # johndoe, use only if you're using 2-way encryption
  created_at: <%= 5.days.ago.to_s :db %>
  # activated_at: <%= 5.days.ago.to_s :db %> # only if you're activating new signups
joerandomhacker:
  id: 2
  login: joerandomhacker
  email: joerandomhacker@example.com
  salt: 7e3041ebc2fc05a40c60028e2c4901a81035d3cd
  crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test
  # activation_code: aaronscode # only if you're activating new signups
  created_at: <%= 1.days.ago.to_s :db %>
ze:
  id: 3
  login: ze
  email: ze@example.com
  salt: 7e3041ebc2fc05a40c60028e2c4901a81035d3cd
  crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test
  # activation_code: aaronscode # only if you're activating new signups
  created_at: <%= 1.days.ago.to_s :db %>